Skip to content

Commit

Permalink
Change message if non-empty folder is deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Mar 14, 2023
1 parent 2e2d125 commit 4d7616a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@

var DELETE_PERMENANT_PROMPT = "Are you sure you want to permenantly delete this project";

var DELETE_FOLDER_NOT_EMPTY = "Sorry you cannot delete a folder that has projects in it. Please empty the folder first";
var DELETE_FOLDER_NOT_EMPTY = "Sorry you cannot delete a folder that has projects and/or folders in it. Please empty the folder first";

var NAME_FAIL = "Sorry that is not a valid name. Please use only letters and numbers.";

Expand Down

0 comments on commit 4d7616a

Please sign in to comment.