diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-12 01:00:41 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-12 01:00:41 +0300 |
| commit | c3e7eadddff2357f51b49bb8eb8125777d754a0e (patch) | |
| tree | 37bb3d3531eea267fa9f489d8a80ed83f48f0c42 /src/i18n | |
| parent | 0123872b56ccd2d534913706ae0f27ea8d6481de (diff) | |
let mobile users customize top bar as well
Diffstat (limited to 'src/i18n')
| -rw-r--r-- | src/i18n/en.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i18n/en.json b/src/i18n/en.json index 2e845959..f042d562 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -149,7 +149,8 @@ "preferences": "Preferences", "timelines": "Timelines", "chats": "Chats", - "lists": "Lists" + "lists": "Lists", + "edit_nav_mobile": "Customize navigation bar" }, "notifications": { "broken_favorite": "Unknown status, searching for it…", |
