Client - update page title

This commit is contained in:
Sam
2023-07-13 15:49:13 +02:00
parent d7a9aae45e
commit e260a1a408
5 changed files with 149 additions and 2 deletions

View File

@ -59,7 +59,8 @@
"TABLE": {
"ADD_ADMIN_RIGHTS": "Add admin rights",
"REMOVE_ADMIN_RIGHTS": "Remove admin rights"
}
},
"TITLE": "Administration - Users"
},
"USER_EMAIL_UPDATE_SUCCESSFUL": "The email address has been updated."
}

View File

@ -1,4 +1,5 @@
{
"ACCOUNT_CONFIRMATION": "Account confirmation",
"ACCOUNT_CONFIRMATION_NOT_RECEIVED": "Didn't received instructions?",
"ACCOUNT_CONFIRMATION_SENT": "Check your email. A new confirmation email has been sent to the address provided.",
"ADMIN": "Admin",
@ -7,6 +8,7 @@
"CURRENT_PASSWORD": "Current password",
"EMAIL": "Email",
"EMAIL_INFO": "Enter a valid email address.",
"EMAIL_UPDATE": "Email update",
"ENTER_PASSWORD": "Enter a password",
"EXPORT_REQUEST": {
"DATA_EXPORT": "Data export",