Fix user add

This commit is contained in:
Matteo Gheza 2020-07-10 12:18:38 +02:00
parent d4ba019868
commit 5c14231fd6
5 changed files with 9 additions and 3 deletions

View File

@ -245,7 +245,7 @@ textarea {
<input type="checkbox" name="enabled" checked data-toggle="toggle">
<br>
<br>
<input id="modalità" type="hidden" value="{{ training.modalità }}" name="mod"></input>
<input id="modalità" type="hidden" value="{{ modalità }}" name="mod"></input>
<input id="token" type="hidden" value="{{ token }}" name="token"></input>
<button type="submit">{{ 'Submit'|t }}</button>
</div>

View File

@ -26,5 +26,6 @@ return [
"Type" => "Type",
"The code has been detected as incorrect, do you want to add the service anyway?" => "The code has been detected as incorrect, do you want to add the service anyway?",
"Are you sure you want to delete the service?" => "Are you sure you want to delete the service?",
"The action cannot be canceled. Are you sure you want to continue?" => "The action cannot be canceled. Are you sure you want to continue?"
"The action cannot be canceled. Are you sure you want to continue?" => "The action cannot be canceled. Are you sure you want to continue?",
"Submit" => "Submit"
];

View File

@ -5,6 +5,8 @@ return [
"E-mail" => "E-mail",
"user@provider-email-domain.com" => "user@provider-email-domain.com",
"Username" => "Username",
"Name Surname" => "Name Surname",
"name.surname" => "name.surname",
"Password" => "Password",
"Birthday" => "Birthday",
"Visible" => "Visible",

View File

@ -26,5 +26,6 @@ return [
"Type" => "Tipo",
"The code has been detected as incorrect, do you want to add the service anyway?" => "Il codice è stato rilevato come incorretto, vuoi aggiungere l'intervento comunque?",
"Are you sure you want to delete the service?" => "Sei sicuro di voler cancellare l'intervento?",
"The action cannot be canceled. Are you sure you want to continue?" => "L'azione non può essere cancellata, sei sicuro di voler continuare?"
"The action cannot be canceled. Are you sure you want to continue?" => "L'azione non può essere cancellata, sei sicuro di voler continuare?",
"Submit" => "Invia"
];

View File

@ -5,6 +5,8 @@ return [
"E-mail" => "E-mail",
"user@provider-email-domain.com" => "utente@provider-email-dominio.com",
"Username" => "Username",
"Name Surname" => "Nome Cognome",
"name.surname" => "nome.cognome",
"Password" => "Password",
"Birthday" => "Data di nascita",
"Visible" => "Visibile",