mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-01-19 20:40:08 +01:00
[design] change some words
This commit is contained in:
parent
eed47df409
commit
2fd32260d9
@ -1550,7 +1550,7 @@ var link = (function() {
|
|||||||
};
|
};
|
||||||
modal.open({
|
modal.open({
|
||||||
heading: heading,
|
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,
|
successAction: successAction,
|
||||||
cancelAction: cancelAction,
|
cancelAction: cancelAction,
|
||||||
actionText: "Remove",
|
actionText: "Remove",
|
||||||
@ -1596,7 +1596,7 @@ var link = (function() {
|
|||||||
};
|
};
|
||||||
modal.open({
|
modal.open({
|
||||||
heading: heading,
|
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,
|
successAction: successAction,
|
||||||
cancelAction: cancelAction,
|
cancelAction: cancelAction,
|
||||||
actionText: "Remove",
|
actionText: "Remove",
|
||||||
|
Loading…
Reference in New Issue
Block a user