diff options
| author | tusooa <tusooa@kazv.moe> | 2022-11-07 13:39:48 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2022-11-07 13:39:48 -0500 |
| commit | 038b45e64a69cec5a58053442de6f71576752be8 (patch) | |
| tree | 17359803e9824478f9480a3aeb2f6a066d76e20b /src/i18n | |
| parent | f715de43f2bae1593128f34f7362c1963a54e3a1 (diff) | |
Add labels to mobile navs
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index f16f6380..6aa24b1c 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -158,7 +158,11 @@ "lists": "Lists", "edit_nav_mobile": "Customize navigation bar", "edit_pinned": "Edit pinned items", - "edit_finish": "Done editing" + "edit_finish": "Done editing", + "mobile_sidebar": "Toggle mobile sidebar", + "mobile_notifications": "Open notifications", + "mobile_notifications": "Open notifications (there are unread ones)", + "mobile_notifications_close": "Close notifications" }, "notifications": { "broken_favorite": "Unknown status, searching for it…", |
