aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-07-15 14:50:34 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-15 14:50:34 +0530
commita6a4bb4d0ad584936297d2413ab6f4c156ccdf0c (patch)
tree4ec1caa1e92bdb0531aa4f03e67dc9574d7ead0c /src/i18n
parentUse defaults defined in one place instead of hardcoding in multiple places (diff)
downloadferdium-app-a6a4bb4d0ad584936297d2413ab6f4c156ccdf0c.tar.gz
ferdium-app-a6a4bb4d0ad584936297d2413ab6f4c156ccdf0c.tar.zst
ferdium-app-a6a4bb4d0ad584936297d2413ab6f4c156ccdf0c.zip
fix: enable/disable todos menu (#485)
Co-authored-by: Ricardo Cino <ricardo@cino.io>
Diffstat (limited to 'src/i18n')
-rw-r--r--src/i18n/locales/en-US.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 8c9eba56b..3c3beea6f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -119,6 +119,7 @@
119 "menu.services.goHome": "Home", 119 "menu.services.goHome": "Home",
120 "menu.services.setNextServiceActive": "Activate next service", 120 "menu.services.setNextServiceActive": "Activate next service",
121 "menu.todos": "Todos", 121 "menu.todos": "Todos",
122 "menu.todos.disableTodos": "Disable Todos",
122 "menu.todos.enableTodos": "Enable Todos", 123 "menu.todos.enableTodos": "Enable Todos",
123 "menu.view": "View", 124 "menu.view": "View",
124 "menu.view.back": "Back", 125 "menu.view.back": "Back",