|
@@ -88,7 +88,7 @@ const ResetPhone: FC<Props> = () => {
|
|
|
<HeaderBack />
|
|
|
<div className="main">
|
|
|
<div className="title">
|
|
|
- {/* <h2>修改密码</h2> */}
|
|
|
+ <h2>Mudar a Contrasinha</h2>
|
|
|
{/* <div>修改密码 {user_phone}</div> */}
|
|
|
</div>
|
|
|
<div className="phoneInput">
|
|
@@ -98,7 +98,7 @@ const ResetPhone: FC<Props> = () => {
|
|
|
value={fromParam.pwd}
|
|
|
onChange={setInputVal}
|
|
|
onInput={verifyPwd}
|
|
|
- placeholder="请输入新密码"
|
|
|
+ placeholder="Por favor, introduz uma nova senha"
|
|
|
maxLength={12}
|
|
|
/>
|
|
|
</div>
|
|
@@ -108,7 +108,7 @@ const ResetPhone: FC<Props> = () => {
|
|
|
type="password"
|
|
|
value={fromParam.againPwd}
|
|
|
onChange={setInputVal}
|
|
|
- placeholder="请再次输入新密码"
|
|
|
+ placeholder="Por favor, introduz a nova senha novamente"
|
|
|
maxLength={12}
|
|
|
/>
|
|
|
</div>
|