diff options
| author | ekambains <bainseka@sheridancollege.ca> | 2025-04-12 15:11:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 20:11:28 +0100 |
| commit | a39cd5f3c0a3e287652f945d203facab413b5b65 (patch) | |
| tree | fb47ba7f7180604d1c023361b65340b0096a6096 /apps/web/lib/i18n/locales/en/translation.json | |
| parent | 56e679565741a501fcc73f2ea4f417c111c65c1e (diff) | |
| download | karakeep-a39cd5f3c0a3e287652f945d203facab413b5b65.tar.zst | |
feat(web): Optionally add short description to lists (#1225)
* feat(web): Optionally add short description to lists
* regenerate openapi spec
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
Diffstat (limited to 'apps/web/lib/i18n/locales/en/translation.json')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 536bea57..5166d6bd 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -229,7 +229,8 @@ "manual_list": "Manual List", "smart_list": "Smart List", "search_query": "Search Query", - "search_query_help": "Learn more about the search query language." + "search_query_help": "Learn more about the search query language.", + "description": "Description (Optional)" }, "tags": { "all_tags": "All Tags", |
