feat(Password process for new admin, cleaning translations)
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
All checks were successful
Deploy Roxane to Preprod / deploy (push) Successful in 1m21s
This commit is contained in:
@@ -29,7 +29,24 @@ return [
|
||||
'subscription' => [
|
||||
'success' => 'Votre inscription a bien été envoyée. Nous vous recontacterons dans les plus brefs délais.',
|
||||
'error' => 'Une erreur est survenue lors de l\'envoi de votre inscription.',
|
||||
]
|
||||
],
|
||||
],
|
||||
|
||||
'tabs' => [
|
||||
'general_info' => 'Informations générales',
|
||||
'modules' => 'Modules',
|
||||
],
|
||||
|
||||
'sections' => [
|
||||
'member' => 'Adhérent',
|
||||
'transaction' => 'Informations de transaction',
|
||||
'status' => 'Statut',
|
||||
'ispconfig_mail' => 'Messagerie ISPConfig',
|
||||
'ispconfig_web' => 'Hébergements Web',
|
||||
'nextcloud' => 'NextCloud',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'view_profile' => 'Voir le profil du membre',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user