aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/lib
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2024-12-28 12:39:31 +0000
committerMohamed Bassem <me@mbassem.com>2024-12-28 12:39:31 +0000
commit052ae9b4c5ec88a001f7377eab0e4e49fcb943fc (patch)
tree67ed73ad7b330feaed285c870259c7d6b6368fb8 /apps/web/lib
parent7956e9fa6772ab57a0794fb7cba7e9d9c0bd7878 (diff)
downloadkarakeep-052ae9b4c5ec88a001f7377eab0e4e49fcb943fc.tar.zst
fix: Better handling for when there's no highlights in the all highlights page
Diffstat (limited to 'apps/web/lib')
-rw-r--r--apps/web/lib/i18n/locales/en/translation.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json
index 2812df88..0236b1c3 100644
--- a/apps/web/lib/i18n/locales/en/translation.json
+++ b/apps/web/lib/i18n/locales/en/translation.json
@@ -65,6 +65,9 @@
"apply_all": "Apply All",
"ignore": "Ignore"
},
+ "highlights": {
+ "no_highlights": "You don't have any highlights yet."
+ },
"settings": {
"back_to_app": "Back To App",
"user_settings": "User Settings",