From af0f6b1e655bba9fd42317b0332d7a314d673228 Mon Sep 17 00:00:00 2001 From: Anike Arni Date: Thu, 30 Mar 2017 15:07:09 -0300 Subject: [#932] Combines button label for account recovery forms with @deniscostadsc --- web-ui/app/locales/en_US/translation.json | 10 ++++------ web-ui/app/locales/pt_BR/translation.json | 12 +++++------- 2 files changed, 9 insertions(+), 13 deletions(-) (limited to 'web-ui/app') diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json index 8116aba4..8607f590 100644 --- a/web-ui/app/locales/en_US/translation.json +++ b/web-ui/app/locales/en_US/translation.json @@ -89,23 +89,21 @@ "tip1": "The safest way to do this is in person.", "tip2": "You can call or text if you need to.", "tip3": "Don't ever ask for it via email.", - "input-label": "type here admin's backup code", - "button": "Next" + "input-label": "type here admin's backup code" }, "user-form": { "image-description": "User Recovery Code - Step 2 of 4", "title": "Remember your backup account?", "description": "When you created your account you received a message - it was sent by team@pixelated-project.org. You'll need the recovery code that is in it.", - "input-label": "type here your backup code", - "button": "Next" + "input-label": "type here your backup code" }, "new-password-form": { "image-description": "New Password - Step 3 of 4", "title": "Now, create a new password", "input-label1": "create new password", - "input-label2": "confirm your new password", - "button": "Next" + "input-label2": "confirm your new password" }, + "button-next": "Next", "back": "Back to previous step" }, "backup-account": { diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json index d05fa05e..c4b3d9e7 100644 --- a/web-ui/app/locales/pt_BR/translation.json +++ b/web-ui/app/locales/pt_BR/translation.json @@ -88,24 +88,22 @@ "title": "Contate o administrador da sua conta e peça seu código", "tip1": "A maneira mais segura é fazer isso pessoalmente.", "tip2": "Você pode ligar ou mandar mensagem de texto se precisar.", - "tip3": "Nunca peça por email.", - "input-label": "digite aqui o código", - "button": "Próximo" + "tip3": "Nunca peça por e-mail.", + "input-label": "digite aqui o código" }, "user-form": { "image-description": "Código de Recuperação do Usuário - Passo 2 de 4", "title": "Lembra do seu e-mail de recuperação?", "description": "Quando você criou uma conta você recebeu uma mensagem do team@pixelated-project.org. Você precisará do código que está neste e-mail.", - "input-label": "digite aqui o código", - "button": "Próximo" + "input-label": "digite aqui o código" }, "new-password-form": { "image-description": "Nova Senha - Passo 3 de 4", "title": "Agora, crie uma nova senha", "input-label1": "digite a nova senha", - "input-label2": "confirme a nova senha", - "button": "Próximo" + "input-label2": "confirme a nova senha" }, + "button-next": "Próximo", "back": "Voltar ao passo anterior" }, "backup-account": { -- cgit v1.2.3