mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Fix small grammatical error
Information is always singular in English.
This commit is contained in:
parent
3fe0a05ed6
commit
16dcc36c26
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"portal": "YunoHost Portal",
|
||||
"informations": "Your informations",
|
||||
"information": "Your information",
|
||||
"username": "Username",
|
||||
"password": "Password",
|
||||
"fullname": "Fullname",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"invalid_domain": "Invalid domain in",
|
||||
"invalid_mailforward": "Invalid mail forward address",
|
||||
"mail_already_used": "Mail address already used:",
|
||||
"informations_updated": "Informations updated",
|
||||
"information_updated": "Information updated",
|
||||
"user_saving_fail": "An error occured on user's modification saving",
|
||||
"missing_required_fields": "Required fields are missing",
|
||||
"wrong_username_password": "Wrong username or password",
|
||||
|
|
Loading…
Add table
Reference in a new issue