Skip to content

Commit

Permalink
chore: 회원가입 마지막 단계 버튼 '다음' -> '완료'
Browse files Browse the repository at this point in the history
  • Loading branch information
yangsooplus committed Jan 12, 2024
1 parent 1f92428 commit 123019f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions core/ui/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
<string name="word_female">여성</string>
<string name="word_birth">출생년도</string>
<string name="word_next">다음</string>
<string name="word_done">완료</string>
</resources>
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ enum class SignUpStep(
ADDITIONAL(
appBarTitle = null,
description = R.string.signup_additional_description,
bottomButtonText = com.susu.core.ui.R.string.word_next,
bottomButtonText = com.susu.core.ui.R.string.word_done,
),
}

Expand Down

0 comments on commit 123019f

Please sign in to comment.