From b259032c2c95498f5ce64695bfa39e506730ba18 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 11 May 2017 13:23:57 -0500 Subject: [PATCH] delete tag alert copy --- app/assets/javascripts/app/frontend/controllers/home.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){