diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-02-01 22:08:30 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-02-01 22:08:30 +0000 |
| commit | c52a1b4fa2029f69a22ac342a8b79665a43ecb01 (patch) | |
| tree | c702d7b0dde7cb94ac8416fc487de4b55724738c /apps/web/lib/i18n | |
| parent | 1395545a0777860ffee0e0db709433b63b176fbd (diff) | |
| download | karakeep-c52a1b4fa2029f69a22ac342a8b79665a43ecb01.tar.zst | |
feat(web): Add the query explainer to the smart list modal
Diffstat (limited to 'apps/web/lib/i18n')
| -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 eec48ec4..4df3e104 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -207,7 +207,8 @@ "list_type": "List Type", "manual_list": "Manual List", "smart_list": "Smart List", - "search_query": "Search Query" + "search_query": "Search Query", + "search_query_help": "Learn more about the search query language." }, "tags": { "all_tags": "All Tags", |
