diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-11-28 15:39:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-28 15:39:57 +0000 |
| commit | 2619f4cfefdf9264a7f4c3a8741493323fdde901 (patch) | |
| tree | 570264ff512525bfff7f67933bbea7b7c288b60e /apps/web/lib/i18n/locales/en | |
| parent | 9ed338fe81a7f225fdffb0f09d0fa8fc6bcf815e (diff) | |
| download | karakeep-2619f4cfefdf9264a7f4c3a8741493323fdde901.tar.zst | |
fix: separate shared lists in the sidebar (#2180)
* fix: separate shared lists in the sidebar
* fix sub
* i18n
Diffstat (limited to 'apps/web/lib/i18n/locales/en')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 87b46f6a..bc69f710 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -471,6 +471,7 @@ "all_lists": "All Lists", "favourites": "Favourites", "shared": "Shared", + "shared_lists": "Shared Lists", "new_list": "New List", "edit_list": "Edit List", "share_list": "Share List", |
