diff --git a/app/assets/javascripts/app/frontend/controllers/home.js b/app/assets/javascripts/app/frontend/controllers/home.js index c7afafda6..603e2b57f 100644 --- a/app/assets/javascripts/app/frontend/controllers/home.js +++ b/app/assets/javascripts/app/frontend/controllers/home.js @@ -122,7 +122,7 @@ angular.module('app.frontend') */ $scope.removeTag = function(tag) { - if(confirm("Are you sure you want to delete this tag?")) { + if(confirm("Are you sure you want to delete this tag? Note: deleting a tag will not delete its notes.")) { modelManager.setItemToBeDeleted(tag); // if no more notes, delete tag syncManager.sync(function(){