diff --git a/src/Pages/ChangePasswordPage.js b/src/Pages/ChangePasswordPage.js index 2ffab35e8b6642818138cc576f51043b0236cf5d..cf552c07180f6e589cb39e9c697c50f4df2641cc 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}>