diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-07-06 14:31:58 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-07-06 15:30:18 +0000 |
| commit | 47624547f8cb352426d597537c11e7a4550aa91e (patch) | |
| tree | 6d216e7634c75d83484d14f76c14a18f530feaf2 /apps/web/lib/i18n | |
| parent | 5576361a1afa280abb256cafe17b7a140ee42adf (diff) | |
| download | karakeep-47624547f8cb352426d597537c11e7a4550aa91e.tar.zst | |
feat: Add new user stats page. Fixes #1523
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index d33e8521..727a7538 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -115,6 +115,9 @@ } } }, + "stats": { + "usage_statistics": "Usage Statistics" + }, "ai": { "ai_settings": "AI Settings", "tagging_rules": "Tagging Rules", |
