Skip to content

Commit

Permalink
fix(localizations): Fix typos from pt-BR localization
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraBeatris committed Apr 3, 2024
1 parent 4705d63 commit 6563f6d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/quiet-pears-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@clerk/localizations': patch
---

Fix typos from pt-BR localization
8 changes: 4 additions & 4 deletions packages/localizations/src/pt-BR.ts
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ export const ptBR: LocalizationResource = {
subtitle: 'para redefinir sua senha',
subtitle_email: 'Primeiro, digite o código enviado para seu email',
subtitle_phone: 'Primeiro, digite o código enviado para seu telefone',
title: 'Reset password',
title: 'Resetar senha',
},
forgotPasswordAlternativeMethods: {
blockButton__resetPassword: 'Redefinir sua senha',
Expand Down Expand Up @@ -382,7 +382,7 @@ export const ptBR: LocalizationResource = {
},
resetPassword: {
formButtonPrimary: 'Redefinir Senha',
requiredMessage: 'Por rasões de segurança, é necessário redefinir sua senha.',
requiredMessage: 'Por razões de segurança, é necessário redefinir sua senha.',
successMessage: 'Sua senha foi alterada com sucesso. Entrando, por favor aguarde um momento.',
title: 'Redefinir Senha',
},
Expand Down Expand Up @@ -699,8 +699,8 @@ export const ptBR: LocalizationResource = {
},
successMessage: '{{identifier}} foi adicionado na sua conta.',
title: 'Adicionar telefone',
verifySubtitle: 'Enter the verification code sent to {{identifier}}',
verifyTitle: 'Verify phone number',
verifySubtitle: 'Insira o código de verificação enviado para {{identifier}}',
verifyTitle: 'Verificar número de telefone',
},
profilePage: {
fileDropAreaHint: 'Carregue uma imagem JPG, PNG, GIF ou WEBP menor que 10 MB',
Expand Down

0 comments on commit 6563f6d

Please sign in to comment.