@@ -66,7 +66,7 @@ internal fun UpcomingTravelListSection(
6666@Composable
6767private fun Header () {
6868 Text (
69- text = " 다가오는 여행 " ,
69+ text = stringResource( R .string.my_travel_upcoming_list_header) ,
7070 modifier = Modifier .padding(horizontal = 24 .dp),
7171 color = NDGLTheme .colors.black700,
7272 style = NDGLTheme .typography.subtitleLgSemiBold,
@@ -169,13 +169,13 @@ private fun EmptyTravel(
169169 modifier = Modifier .size(100 .dp),
170170 )
171171 Text (
172- text = " 아직 예정된 여행이 없어요. " ,
172+ text = stringResource( R .string.my_travel_upcoming_list_empty_title) ,
173173 modifier = Modifier .padding(top = 16 .dp),
174174 color = NDGLTheme .colors.black500,
175175 style = NDGLTheme .typography.subtitleMdSemiBold,
176176 )
177177 Text (
178- text = " 따라가기 영상을 담아두면 여행 준비가 쉬워져요. " ,
178+ text = stringResource( R .string.my_travel_upcoming_list_empty_description) ,
179179 modifier = Modifier .padding(top = 4 .dp),
180180 color = NDGLTheme .colors.black400,
181181 style = NDGLTheme .typography.bodyLgRegular,
@@ -203,7 +203,7 @@ private fun FindNewTravelCtaButton(
203203 verticalAlignment = Alignment .CenterVertically ,
204204 ) {
205205 Text (
206- text = " 새로운 여행지 찾아보기 " ,
206+ text = stringResource( R .string.my_travel_upcoming_list_find_new_travel) ,
207207 color = NDGLTheme .colors.black800,
208208 style = NDGLTheme .typography.bodyMdSemiBold,
209209 )
0 commit comments