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 +}