From 705bae847408469b2ab1bfd4152bfc3b15da53d6 Mon Sep 17 00:00:00 2001 From: Luis Felipe Risch <lfr20@inf.ufpr.br> Date: Tue, 6 Jul 2021 10:50:23 -0300 Subject: [PATCH] fixed "gramatica" errors --- src/Pages/ChangePasswordPage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Pages/ChangePasswordPage.js b/src/Pages/ChangePasswordPage.js index 2ffab35e..cf552c07 100644 --- a/src/Pages/ChangePasswordPage.js +++ b/src/Pages/ChangePasswordPage.js @@ -196,7 +196,7 @@ export default function ChangePasswordPage(props) { <CardDiv> <div style={{ overflow: "hidden", display: "inline-block" }}> <h2 style={{ fontSize: "32px", fontWeight: "200", marginBottom: "20px", lineHeight: '35px' }}> - Ocorreu um erro. Por favor, tente novamente mais tarde. Você será redireciona para a home em... <StyledTimer>{time}</StyledTimer> + Ocorreu um erro. Por favor, tente novamente mais tarde. Você será redirecionado para a home em... <StyledTimer>{time}</StyledTimer> </h2> </div> </CardDiv> @@ -227,7 +227,7 @@ export default function ChangePasswordPage(props) { <CardDiv> <div style={{ overflow: "hidden", display: "inline-block" }}> <h2 style={{ fontSize: "32px", fontWeight: "200", marginBottom: "20px", lineHeight: '35px' }}> - Sua senha foi alterada com sucesso. Você será redireciona para a home em... <StyledTimer>{time}</StyledTimer> + Sua senha foi alterada com sucesso. Você será redirecionado para a home em... <StyledTimer>{time}</StyledTimer> </h2> </div> </CardDiv> @@ -296,7 +296,7 @@ export default function ChangePasswordPage(props) { handleChange={e => handleChange(e, 'confirmation')} required={true} error={formPasswordConfirmation.key} - help={formPasswordConfirmation.key ? (formPasswordConfirmation.value.length === 0 ? "Faltou confirmar sua senha." : "A confirmação precisa ter no mÃnimo 8 caracteres e ser igual a senha.") : ""} + help={formPasswordConfirmation.key ? (formPasswordConfirmation.value.length === 0 ? "Faltou confirmar sua senha." : "A confirmação precisa ser igual a senha.") : ""} /> </Grid> <Grid item xs={2}> -- GitLab