Skip to content

Commit

Permalink
💄 update pw-related strings
Browse files Browse the repository at this point in the history
  • Loading branch information
yjeong-k committed Nov 12, 2023
1 parent cef1ff2 commit dd4634f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ResetPasswordViewModel @Inject internal constructor(
currentState.copy(
error = ResetPasswordError(
type = ResetPasswordErrorType.PASSWORD_CHECK,
messageId = R.string.false_new_password_check
messageId = R.string.password_qualification
)
)
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ class SignupViewModel @Inject internal constructor(
isValidEmail = false,
error = SignupError(
type = SignupErrorType.PASSWORD_CHECK,
messageId = R.string.false_new_password_check
messageId = R.string.password_qualification
)
)
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<string name="reset_password_error">비밀번호를 재설정하는 도중 오류가 발생했습니다</string>
<string name="new_password_field">새 비밀번호</string>
<string name="new_password_check_field">새 비밀번호 확인</string>
<string name="false_new_password">8자 이상 입력해주세요</string>
<string name="password_qualification">비밀번호는 8자 이상이어야 합니다</string>
<string name="false_new_password_check">비밀번호가 일치하지 않습니다</string>
<string name="talk_with_symbols">상징으로 말하기</string>
<string name="talk_with_speech">음성으로 말하기</string>
Expand Down

0 comments on commit dd4634f

Please sign in to comment.