diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-04-13 14:04:39 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-04-13 14:04:39 +0000 |
| commit | a4d5be3a3a031c039568b5cb4e7e2305f8e4f283 (patch) | |
| tree | c2721be51d72ea12cbe01efeee6d429de963f932 /apps/web/lib/i18n/locales | |
| parent | 8c6cfc8f5fdab4bbdae41060518c08731720976a (diff) | |
| download | karakeep-a4d5be3a3a031c039568b5cb4e7e2305f8e4f283.tar.zst | |
feat: Allow editing the extracted content of an asset bookmark
Diffstat (limited to 'apps/web/lib/i18n/locales')
| -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 5166d6bd..f76d0f33 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -374,6 +374,7 @@ "publisher": "Publisher", "date_published": "Date Published", "pick_a_date": "Pick a date", - "save_changes": "Save changes" + "save_changes": "Save changes", + "extracted_content": "Extracted Content" } } |
