diff --git a/src/locales/en.json b/src/locales/en.json index 94b559b4..028f7548 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -101,8 +101,10 @@ "app_info_access_desc" : "Manage user access. Allowed users: %s", "app_info_default_desc" : "Redirect domain root to this application (%s).", "app_info_uninstall_desc" : "Remove this application.", + "app_info_debug_desc" : "Display debugging information for this application.", "app_access" : "Access", "app_make_default" : "Make default", + "app_debug_tab" : "Display debug information", "app_access_title" : "%s access", "allowed_users" : "Allowed users", "remove_access" : "Remove access", diff --git a/src/views/app/app_info.ms b/src/views/app/app_info.ms index 440410e0..64ae8d34 100644 --- a/src/views/app/app_info.ms +++ b/src/views/app/app_info.ms @@ -54,5 +54,12 @@ {{t 'uninstall'}} +
+
+

{{t 'app_info_debug_desc'}}

+ + {{t 'app_debug_tab'}} + +