aboutsummaryrefslogtreecommitdiffstats
path: root/src/i18n/locales/en-US.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n/locales/en-US.json')
-rw-r--r--src/i18n/locales/en-US.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index b1d260f0a..0493b547f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -165,5 +165,9 @@
165 "tabs.item.disableNotifications": "Disable notifications", 165 "tabs.item.disableNotifications": "Disable notifications",
166 "tabs.item.enableNotification": "Enable notifications", 166 "tabs.item.enableNotification": "Enable notifications",
167 "tabs.item.disableService": "Disable service", 167 "tabs.item.disableService": "Disable service",
168 "tabs.item.deleteService": "Delete service" 168 "tabs.item.deleteService": "Delete service",
169 "service.crashHandler.headline": "Oh no!",
170 "service.crashHandler.text": "{name} has caused an error.",
171 "service.crashHandler.action": "Reload {name}",
172 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds"
169} 173}