feat(i18n): 마이페이지 그룹 3~5 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -12,7 +12,7 @@ struct ReservationStatusView: View {
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading, spacing: 13.3) {
|
||||
Text("예약현황")
|
||||
Text(I18n.MyPage.ReservationStatus.title)
|
||||
.appFont(size: 18.3, weight: .bold)
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
|
||||
@@ -24,7 +24,7 @@ struct ReservationStatusView: View {
|
||||
.resizable()
|
||||
.frame(width: 20, height: 20)
|
||||
|
||||
Text("라이브")
|
||||
Text(I18n.MyPage.ReservationStatus.live)
|
||||
.appFont(size: 14.7, weight: .bold)
|
||||
.foregroundColor(Color(hex: "3bb9f1"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user