Skip to content

Commit

Permalink
[CHORE] #128 : 설문 등록 마지막 버튼 텍스트, 다음 -> 설문등록으로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Feb 27, 2024
1 parent 37f21da commit a238496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ internal fun SurveyDeadlineContent(
)

WappButton(
textRes = R.string.next,
textRes = R.string.submit_survey,
onClick = onRegisterButtonClicked,
modifier = Modifier.weight(1f),
)
Expand Down
1 change: 1 addition & 0 deletions feature/management-survey/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,5 @@
<string name="next_question">다음 질문</string>
<string name="previous_question">이전 질문</string>
<string name="survey_form_registration_content_animated_content">Survey Form Registration Content Animated Content</string>
<string name="submit_survey">설문 등록</string>
</resources>

0 comments on commit a238496

Please sign in to comment.