aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-05-02 22:47:38 +0100
committerLibravatar GitHub <noreply@github.com>2022-05-02 21:47:38 +0000
commitae310e3d07041fbde728ac283842d4ab6665ff9f (patch)
treeb3c51ccb0f6eaf8f9b7f042eb7f691259f8a2ac5 /src/i18n/locales/en-US.json
parent6.0.0-nightly.23 [skip ci] (diff)
downloadferdium-app-ae310e3d07041fbde728ac283842d4ab6665ff9f.tar.gz
ferdium-app-ae310e3d07041fbde728ac283842d4ab6665ff9f.tar.zst
ferdium-app-ae310e3d07041fbde728ac283842d4ab6665ff9f.zip
Feature: Hide sidebar buttons toggled behind a hamburger menu (#81)
* Reordered the 'Settings' button in sidebar closer to the other buttons being hidden Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 795c58365..610355699 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -214,6 +214,10 @@
214 "settings.app.form.enableTodos": "Enable Ferdium Todos", 214 "settings.app.form.enableTodos": "Enable Ferdium Todos",
215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup", 215 "settings.app.form.hibernateOnStartup": "Keep services in hibernation on startup",
216 "settings.app.form.hibernationStrategy": "Hibernation strategy", 216 "settings.app.form.hibernationStrategy": "Hibernation strategy",
217 "settings.app.form.hideNotificationsButton": "Hide Notifications & Sound button",
218 "settings.app.form.hideRecipesButton": "Hide Recipes button",
219 "settings.app.form.hideSettingsButton": "Hide Settings button",
220 "settings.app.form.hideWorkspacesButton": "Hide Workspace Drawer button",
217 "settings.app.form.iconSize": "Service icon size", 221 "settings.app.form.iconSize": "Service icon size",
218 "settings.app.form.inactivityLock": "Lock after inactivity", 222 "settings.app.form.inactivityLock": "Lock after inactivity",
219 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded", 223 "settings.app.form.keepAllWorkspacesLoaded": "Keep all workspaces loaded",