From 2fd32260d94d4e870d0c4f3b8b9e52b89e45268c Mon Sep 17 00:00:00 2001 From: zombieFox Date: Tue, 12 Nov 2019 08:01:37 +0000 Subject: [PATCH] [design] change some words --- src/js/link.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/link.js b/src/js/link.js index 6a2a4a90..589d526f 100644 --- a/src/js/link.js +++ b/src/js/link.js @@ -1550,7 +1550,7 @@ var link = (function() { }; modal.open({ heading: heading, - content: "Are you sure you want to remove this bookmark? This can not be undone.", + content: "Are you sure you want to remove this Bookmark? This can not be undone.", successAction: successAction, cancelAction: cancelAction, actionText: "Remove", @@ -1596,7 +1596,7 @@ var link = (function() { }; modal.open({ heading: heading, - content: "Are you sure you want to remove this group and all the bookmarks within? This can not be undone.", + content: "Are you sure you want to remove this Group and all the Bookmarks within? This can not be undone.", successAction: successAction, cancelAction: cancelAction, actionText: "Remove",