Selaa lähdekoodia

修改密码文字

username 1 vuosi sitten
vanhempi
commit
652737a3fa

+ 2 - 0
src/app/[locale]/confirmPassword/page.scss

@@ -12,6 +12,8 @@
     box-sizing: border-box;
     .title {
       font-size: .18rem;
+      text-align: center;
+      margin-bottom: .4rem;
       h2 {
         color: #fcde26;
         line-height: .22rem;

+ 3 - 3
src/app/[locale]/confirmPassword/page.tsx

@@ -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>