diff options
Diffstat (limited to 'apps/web/lib/i18n/locales')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 6 |
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!", |
