Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
Fixed some grammatical errors.
  • Loading branch information
SaptarshiSarkar12 authored Oct 22, 2022
1 parent 4826c1b commit 9fb3e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Website/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function download_alert_window(){
window.open("https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty_CLI.exe");
}
else{
alert("Sorry!,You cancelled the Download");
alert("Sorry! You cancelled the Download!");
}
}

Expand All @@ -19,7 +19,7 @@ function download_alert_apple(){
window.open("https://github.com/SaptarshiSarkar12/Drifty/releases/latest/download/Drifty.jar");
}
else{
alert("Sorry!,You cancelled the Download");
alert("Sorry! You cancelled the Download!");
}
}

Expand Down

0 comments on commit 9fb3e13

Please sign in to comment.