diff --git a/actionsmap/yunohost.yml b/actionsmap/yunohost.yml index a4961668e..8e90b9319 100644 --- a/actionsmap/yunohost.yml +++ b/actionsmap/yunohost.yml @@ -1005,7 +1005,7 @@ tools: full: --domain help: YunoHost main domain extra: - ask: "Main domain" + ask: ask_main_domain pattern: - '^([a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)(\.[a-zA-Z0-9]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)*(\.[a-zA-Z]{1}([a-zA-Z0-9\-]*[a-zA-Z0-9])*)$' - pattern_domain diff --git a/locales/en.json b/locales/en.json index db57a092b..a0a3cb71e 100644 --- a/locales/en.json +++ b/locales/en.json @@ -145,6 +145,7 @@ "ask_password" : "Password", "ask_current_admin_password" : "Current administration password", "ask_new_admin_password" : "New administration password", + "ask_main_domain" : "Main domain", "ask_list_to_remove" : "List to remove", "pattern_username" : "Must be alphanumeric and underscore characters only", "pattern_firstname" : "Must be a valid first name", diff --git a/locales/fr.json b/locales/fr.json index 85db0bd02..f4844d129 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -145,6 +145,7 @@ "ask_password" : "Mot de passe", "ask_current_admin_password" : "Mot de passe d'administration actuel", "ask_new_admin_password" : "Nouveau mot de passe d'administration", + "ask_main_domain" : "Domaine principal", "ask_list_to_remove" : "Liste à supprimer", "pattern_username" : "Doit être composé uniquement de caractères alphanumérique et de tiret bas", "pattern_firstname" : "Doit être un prénom valide",