feat(i18n): 마이페이지 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -10,7 +10,7 @@ import SwiftUI
|
||||
struct CanChargeCouponButtonView: View {
|
||||
var body: some View {
|
||||
HStack(spacing: 5.3) {
|
||||
Text("쿠폰 등록")
|
||||
Text(I18n.MyPage.Can.couponRegisterButton)
|
||||
.appFont(size: 16, weight: .bold)
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user