File tree Expand file tree Collapse file tree
kotlin/com/ninecraft/booket/feature/record/step Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ fun EmotionStep(
111111 .padding(horizontal = ReedTheme .spacing.spacing5)
112112 .padding(bottom = ReedTheme .spacing.spacing4),
113113 enabled = state.isNextButtonEnabled,
114- text = stringResource(R .string.record_next_button ),
114+ text = stringResource(R .string.record_next_button_text ),
115115 multipleEventsCutterEnabled = false ,
116116 )
117117 }
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ fun ImpressionStep(
189189 vertical = ReedTheme .spacing.spacing4,
190190 ),
191191 enabled = state.isNextButtonEnabled,
192- text = stringResource(R .string.record_next_button ),
192+ text = stringResource(R .string.record_finish_button_text ),
193193 multipleEventsCutterEnabled = true ,
194194 )
195195 }
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ internal fun QuoteStep(
176176 vertical = ReedTheme .spacing.spacing4,
177177 ),
178178 enabled = state.isNextButtonEnabled,
179- text = stringResource(R .string.record_next_button ),
179+ text = stringResource(R .string.record_next_button_text ),
180180 multipleEventsCutterEnabled = false ,
181181 )
182182 }
Original file line number Diff line number Diff line change 1616 <string name =" permission_dialog_title" >카메라 권한이 필요해요</string >
1717 <string name =" permission_dialog_description" >문장 인식을 위해 설정에서 권한을 허용해주세요.</string >
1818 <string name =" permission_dialog_move_to_settings" >설정으로 이동하기</string >
19- <string name =" record_next_button" >다음</string >
19+ <string name =" record_next_button_text" >다음</string >
20+ <string name =" record_finish_button_text" >기록 완료</string >
2021 <string name =" quote_step_title" >기록하고 싶은 페이지와\n문장을 등록해보세요</string >
2122 <string name =" quote_step_page_label" >책 페이지</string >
2223 <string name =" quote_step_sentence_label" >문장 기록</string >
You can’t perform that action at this time.
0 commit comments