diff options
Diffstat (limited to 'backend/locales/en-US.json')
| -rw-r--r-- | backend/locales/en-US.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index aaa7659f..ea0542ca 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -192,7 +192,8 @@ "SettingsIndex": { "developer_title": "Developer", "general_title": "General", - "plugins_title": "Plugins" + "plugins_title": "Plugins", + "testing_title": "Testing" }, "Store": { "store_contrib": { @@ -260,5 +261,8 @@ "reloading": "Reloading", "updating": "Updating" } - } + }, + "Testing": { + "download": "Download" + } } |
