File tree Expand file tree Collapse file tree
feature/onboarding/src/main
kotlin/com/ninecraft/booket/feature/onboarding Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ internal fun OnboardingUi(
8686 onClick = {
8787 state.eventSink(OnboardingUiEvent .OnNextButtonClick (state.pagerState.currentPage))
8888 },
89- text = stringResource(R .string.next ),
89+ text = stringResource(R .string.start ),
9090 sizeStyle = largeButtonStyle,
9191 colorStyle = ReedButtonColorStyle .PRIMARY ,
9292 modifier = Modifier
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<resources >
3- <string name =" next " >다음 </string >
3+ <string name =" start " >시작하기 </string >
44 <string name =" onboarding_first_page_title" >읽고 있는 책을 등록하고\n바로 기록해보세요</string >
55 <string name =" onboarding_first_page_description" >책을 덮기 전, 마음에 남은 문장과\n감정을 간편하게 남길 수 있어요</string >
66 <string name =" onboarding_second_page_title" >독서 중 느낀 감정을\n자세히 남겨 보세요</string >
You can’t perform that action at this time.
0 commit comments