From a518cbcce78b05b574caf3fa2905ae0ee17b47f8 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 18 Dec 2019 18:26:25 +0100 Subject: [PATCH] Fix translation keys --- www/common/translations/messages.fr.json | 4 +--- www/common/translations/messages.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/www/common/translations/messages.fr.json b/www/common/translations/messages.fr.json index 5a2b057b5..7b2d80227 100644 --- a/www/common/translations/messages.fr.json +++ b/www/common/translations/messages.fr.json @@ -1270,9 +1270,7 @@ "team_inviteLinkErrorName": "Merci de remplir un nom de la personne que vous invitez. Ce nom pourra être changé . ", "team_inviteLinkCreate": "Créer le lien", "team_inviteLinkCopy": "Copier le lien", - "Messages": { - "team_inviteFrom": "De :" - }, + "team_inviteFrom": "De :", "team_inviteFromMsg": "{0} vous a invité à rejoindre l'équipe {1}", "team_invitePleaseLogin": "Merci de vous inscrire ou de vous connecter pour accepter cette invitation.", "team_inviteEnterPassword": "Entrez le mot de passe pour continuer.", diff --git a/www/common/translations/messages.json b/www/common/translations/messages.json index baf270782..1cb538700 100644 --- a/www/common/translations/messages.json +++ b/www/common/translations/messages.json @@ -1270,9 +1270,7 @@ "team_inviteLinkErrorName": "Please add a name for the person you're inviting. They can change it later. ", "team_inviteLinkCreate": "Create link", "team_inviteLinkCopy": "Copy link", - "Messages": { - "team_inviteFrom": "From:" - }, + "team_inviteFrom": "From:", "team_inviteFromMsg": "{0} has invited you to join the team {1}", "team_invitePleaseLogin": "Please log in or register to accept this invitation.", "team_inviteEnterPassword": "Please enter the invitation password to continue.",