@@ -67,7 +67,7 @@ internal fun UpcomingTravelListSection(
6767@Composable
6868private fun Header () {
6969 Text (
70- text = " 다가오는 여행 " ,
70+ text = stringResource( R .string.my_travel_upcoming_list_header) ,
7171 modifier = Modifier .padding(horizontal = 24 .dp),
7272 color = NDGLTheme .colors.black700,
7373 style = NDGLTheme .typography.subtitleLgSemiBold,
@@ -173,13 +173,13 @@ private fun EmptyTravel(
173173 modifier = Modifier .size(100 .dp),
174174 )
175175 Text (
176- text = " 아직 예정된 여행이 없어요. " ,
176+ text = stringResource( R .string.my_travel_upcoming_list_empty_title) ,
177177 modifier = Modifier .padding(top = 16 .dp),
178178 color = NDGLTheme .colors.black500,
179179 style = NDGLTheme .typography.subtitleMdSemiBold,
180180 )
181181 Text (
182- text = " 따라가기 영상을 담아두면 여행 준비가 쉬워져요. " ,
182+ text = stringResource( R .string.my_travel_upcoming_list_empty_description) ,
183183 modifier = Modifier .padding(top = 4 .dp),
184184 color = NDGLTheme .colors.black400,
185185 style = NDGLTheme .typography.bodyLgRegular,
@@ -207,7 +207,7 @@ private fun FindNewTravelCtaButton(
207207 verticalAlignment = Alignment .CenterVertically ,
208208 ) {
209209 Text (
210- text = " 새로운 여행지 찾아보기 " ,
210+ text = stringResource( R .string.my_travel_upcoming_list_find_new_travel) ,
211211 color = NDGLTheme .colors.black800,
212212 style = NDGLTheme .typography.bodyMdSemiBold,
213213 )
0 commit comments