diff options
| author | Henry Jameson <me@hjkos.com> | 2023-12-13 20:37:40 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-12-13 20:37:40 +0200 |
| commit | 4e8bb80dbd0ff5993f5613c6cbdfe757af0d0807 (patch) | |
| tree | a7383fe0759b61e48030aabdee0f929d117b6b0a /src/i18n | |
| parent | bcdf336242307a149ab295a760d7b8851063f446 (diff) | |
fix incorrect title + add counter
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 40da7155..195b5e07 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -189,6 +189,7 @@ "mobile_notifications": "Open notifications", "mobile_notifications": "Open notifications (there are unread ones)", "mobile_notifications_close": "Close notifications", + "mobile_notifications_mark_as_seen": "Mark all as seen", "announcements": "Announcements" }, "notifications": { |
