diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json
index c8465f04..9a053c0d 100644
--- a/app/src/i18n/locales/en.json
+++ b/app/src/i18n/locales/en.json
@@ -8,10 +8,12 @@
"all_apps": "All apps",
"api_not_responding": "The YunoHost API is not responding. Maybe 'yunohost-api' is down or got restarted?",
"app_actions": "Actions",
+ "app_actions_label": "Perform actions",
"app_change_label": "Change Label",
"app_change_url": "Change URL",
"app_choose_category": "Choose a category",
"app_config_panel": "Config panel",
+ "app_config_panel_label": "Configure this app",
"app_config_panel_no_panel": "This application doesn't have any configuration available",
"app_info_access_desc": "Groups / users currently allowed to access this app:",
"app_info_changelabel_desc": "Change app label in the portal.",
diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue
index 3aa06559..adc9a6eb 100644
--- a/app/src/views/app/AppInfo.vue
+++ b/app/src/views/app/AppInfo.vue
@@ -113,6 +113,32 @@
+
+
+
+ {{ $t('experimental') }}
+
+
+
+
+
+
+ {{ $t('app_actions') }}
+
+
+
+
+
+
+
+
+
+ {{ $t('app_config_panel') }}
+
+
+
+
+