diff options
| author | MohamedBassem <me@mbassem.com> | 2025-04-06 23:29:24 +0100 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2025-04-06 23:29:24 +0100 |
| commit | d86628dfabe8b9c17c7dd68b3d291104c3b25704 (patch) | |
| tree | 3bb2e7d556ec2c7f8e4bd05a5180ae2a77c5994c /apps/web/lib | |
| parent | b17bf7d5b404ae13f843ce605468d1ea6706dccb (diff) | |
| download | karakeep-d86628dfabe8b9c17c7dd68b3d291104c3b25704.tar.zst | |
feat(web): A slightly better looking banner when no bookmarks are found
Diffstat (limited to 'apps/web/lib')
| -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 f266fcd9..2a181285 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -346,6 +346,12 @@ "updated": "List has been updated!" } }, + "banners": { + "no_bookmarks": { + "title": "No bookmarks yet", + "description": "Save interesting articles, links, and pages to access them quickly later." + } + }, "cleanups": { "cleanups": "Cleanups", "duplicate_tags": { |
