aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib/i18n/locales
diff options
context:
space:
mode:
authorNicole Li <40200356+lexafaxine@users.noreply.github.com>2024-12-31 19:33:41 +0900
committerGitHub <noreply@github.com>2024-12-31 12:33:41 +0200
commitf476fca758bb039f9605488b61ba35fc097d6cfc (patch)
tree2e76f354641708474323ed1d44c1fa5cd37c2b6f /apps/web/lib/i18n/locales
parentb6d5556561698579361db9158d1ad70c5a8d48a4 (diff)
downloadkarakeep-f476fca758bb039f9605488b61ba35fc097d6cfc.tar.zst
feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)
Diffstat (limited to 'apps/web/lib/i18n/locales')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index 92f6e956..cdd31922 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -243,6 +243,12 @@
}
}
},
+ "dialogs": {
+ "bookmarks": {
+ "delete_confirmation_title": "Delete Bookmark?",
+ "delete_confirmation_description": "Are you sure you want to delete this bookmark?"
+ }
+ },
"toasts": {
"bookmarks": {
"updated": "The bookmark has been updated!",