From 16dcc36c26af67a6b7684d3ffd165e3de4c23dd1 Mon Sep 17 00:00:00 2001 From: Hnk Reno Date: Tue, 17 Jun 2014 12:53:56 +0200 Subject: [PATCH] Fix small grammatical error Information is always singular in English. --- portal/locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portal/locales/en.json b/portal/locales/en.json index 94259a2..29ea03a 100644 --- a/portal/locales/en.json +++ b/portal/locales/en.json @@ -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",