Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
canvasowl committed Aug 14, 2016
1 parent 70c75f3 commit e1938c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/assets/js/controllers/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ var client = new Vue({
makePrompt(
"Are you sure you want to delete the client: "+currentClient.name+"?",
"By deleting this client you will loose all data associated with any project under this client",
"No now", "Yes");
"Not now", "Yes");

$("#cancel-btn").click(function(){
closePrompt();
Expand Down

0 comments on commit e1938c2

Please sign in to comment.