Skip to content
Snippets Groups Projects
Commit 705bae84 authored by lfr20's avatar lfr20
Browse files

fixed "gramatica" errors

parent fcacdcbc
No related branches found
No related tags found
4 merge requests!73Develop,!72Updating branch Otimizando to the latest version of Develop,!71Develop,!70Password recovery fix
...@@ -196,7 +196,7 @@ export default function ChangePasswordPage(props) { ...@@ -196,7 +196,7 @@ export default function ChangePasswordPage(props) {
<CardDiv> <CardDiv>
<div style={{ overflow: "hidden", display: "inline-block" }}> <div style={{ overflow: "hidden", display: "inline-block" }}>
<h2 style={{ fontSize: "32px", fontWeight: "200", marginBottom: "20px", lineHeight: '35px' }}> <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> </h2>
</div> </div>
</CardDiv> </CardDiv>
...@@ -227,7 +227,7 @@ export default function ChangePasswordPage(props) { ...@@ -227,7 +227,7 @@ export default function ChangePasswordPage(props) {
<CardDiv> <CardDiv>
<div style={{ overflow: "hidden", display: "inline-block" }}> <div style={{ overflow: "hidden", display: "inline-block" }}>
<h2 style={{ fontSize: "32px", fontWeight: "200", marginBottom: "20px", lineHeight: '35px' }}> <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> </h2>
</div> </div>
</CardDiv> </CardDiv>
...@@ -296,7 +296,7 @@ export default function ChangePasswordPage(props) { ...@@ -296,7 +296,7 @@ export default function ChangePasswordPage(props) {
handleChange={e => handleChange(e, 'confirmation')} handleChange={e => handleChange(e, 'confirmation')}
required={true} required={true}
error={formPasswordConfirmation.key} 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>
<Grid item xs={2}> <Grid item xs={2}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment