feat(i18n): 마이페이지 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -37,7 +37,7 @@ struct CanCardView: View {
|
||||
.resizable()
|
||||
.frame(width: 26.7, height: 26.7)
|
||||
|
||||
Text("충전")
|
||||
Text(I18n.MyPage.Can.chargeShort)
|
||||
.appFont(size: 12, weight: .bold)
|
||||
.foregroundColor(Color(hex: "b38fff"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user