From 5b12ca94e9b730e7ca919e52824aecd069e06fe9 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Wed, 1 May 2019 22:49:33 -0700 Subject: [PATCH] Add missing key for app configuration in sidebar (#3146) * Add missing key for app configuration in sidebar * avoid lokalise round trip --- src/translations/en.json | 1 + translations/en.json | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/translations/en.json b/src/translations/en.json index fe58a46fdc..43c310c22b 100644 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -549,6 +549,7 @@ }, "sidebar": { "developer_tools": "Developer tools", + "external_app_configuration": "App Configuration", "log_out": "Log out" }, "panel": { diff --git a/translations/en.json b/translations/en.json index afd3e713df..301f59a25c 100644 --- a/translations/en.json +++ b/translations/en.json @@ -925,7 +925,8 @@ }, "sidebar": { "log_out": "Log out", - "developer_tools": "Developer tools" + "developer_tools": "Developer tools", + "external_app_configuration": "App Configuration" }, "common": { "loading": "Loading", @@ -1181,4 +1182,4 @@ "system-users": "Users", "system-read-only": "Read-Only Users" } -} \ No newline at end of file +}