diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-12-22 17:40:41 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-12-22 17:40:41 +0000 |
| commit | e336513fad5bd5597c890b02deb20b4519013881 (patch) | |
| tree | 2237caac97e3bc7d3ac9b3133a93b97cc138a179 /apps/web/lib/i18n/locales | |
| parent | 258bebe0ae5eb5bea425f24086fb70221ac61cf7 (diff) | |
| download | karakeep-e336513fad5bd5597c890b02deb20b4519013881.tar.zst | |
feat: add a warning about viewing archives inline. fixes #2286
Diffstat (limited to 'apps/web/lib/i18n/locales')
| -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 08dc33e4..672d3e58 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -715,6 +715,7 @@ "view_original": "View Original", "cached_content": "Cached Content", "reader_view": "Reader View", + "archive_info": "Archives may not render correctly inline if they require Javascript. For best results, <1>download it and open in your browser</1>.", "tabs": { "content": "Content", "details": "Details" |
