Skip to content

Commit

Permalink
Boolti-264 style: 문구 변경 (계정 탈퇴 -> 계정 삭제)
Browse files Browse the repository at this point in the history
  • Loading branch information
mangbaam committed Jul 21, 2024
1 parent 57dcfa4 commit 329e5c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ fun AccountSettingScreen(
) {
Text(
style = MaterialTheme.typography.bodyLarge,
text = stringResource(R.string.signout_button),
text = stringResource(R.string.signout),
textDecoration = TextDecoration.Underline,
color = Grey50,
)
Expand Down
10 changes: 4 additions & 6 deletions presentation/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,15 @@
<string name="user_code">식별 코드</string>

<!-- 탈퇴 -->
<string name="signout">회원 탈퇴</string>
<string name="signout_button">계정 삭제</string>
<string name="signout_dialog_title">탈퇴하시겠어요?</string>
<string name="signout_dialog_message">탈퇴일로부터 30일 이내로 로그인 시 계정 삭제를 취소할 수 있습니다. 30일이 지나면 계정 및 정보가 영구 삭제됩니다.</string>
<string name="signout_notice_title">탈퇴 전, 꼭 읽어보세요!</string>
<string name="signout">계정 삭제</string>
<string name="signout_button">삭제하기</string>
<string name="signout_notice_title">삭제 전, 꼭 읽어보세요!</string>
<string-array name="signout_notice">
<item>주최한 공연 정보는 사라지지 않아요</item>
<item>예매한 티켓은 전부 사라지며 복구할 수 없어요</item>
<item>탈퇴 일로부터 30일 이내 재 로그인 시 계정 삭제를 취소할 수 있어요</item>
</string-array>
<string name="signout_reason_title">탈퇴 이유를 입력해주세요</string>
<string name="signout_reason_title">삭제 이유를 입력해주세요</string>
<string name="signout_reason_placeholder">예) 계정 탈퇴 후 재가입할게요</string>

<string name="format_price">%,d원</string>
Expand Down

0 comments on commit 329e5c7

Please sign in to comment.