feat(i18n): 온보딩 시작하기 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -47,7 +47,7 @@ struct OnboardingView: View {
|
||||
UIPageControl.appearance().currentPageIndicatorTintColor = UIColor(hex: "1313BC")
|
||||
}
|
||||
|
||||
Text("시작하기")
|
||||
Text(I18n.Onboarding.startAction)
|
||||
.appFont(size: 18.3, weight: .bold)
|
||||
.foregroundColor(.white)
|
||||
.frame(width: screenSize().width, height: 60)
|
||||
|
||||
Reference in New Issue
Block a user