feat(i18n): 마이페이지 그룹 3~5 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -14,7 +14,7 @@ struct ServiceCenterButtonView: View {
|
||||
.resizable()
|
||||
.frame(width: 26.7, height: 26.7)
|
||||
|
||||
Text("보이스온 고객센터")
|
||||
Text(I18n.MyPage.ServiceCenter.buttonTitle)
|
||||
.appFont(size: 15.3, weight: .bold)
|
||||
.foregroundColor(.white)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user