delete tag alert copy

This commit is contained in:
Mo Bitar
2017-05-11 13:23:57 -05:00
parent 0af476e8db
commit b259032c2c

View File

@@ -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(){