feat(i18n): 마이페이지 그룹 3~5 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -21,7 +21,7 @@ struct FaqView: View {
|
||||
|
||||
VStack(spacing: 0) {
|
||||
HStack(alignment: .top, spacing: 6.7) {
|
||||
Text("Q")
|
||||
Text(I18n.MyPage.ServiceCenter.questionPrefix)
|
||||
.appFont(size: 13.3, weight: .bold)
|
||||
.foregroundColor(Color.button)
|
||||
|
||||
@@ -41,7 +41,7 @@ struct FaqView: View {
|
||||
|
||||
if openIndex == index {
|
||||
HStack(alignment: .top, spacing: 6.7) {
|
||||
Text("A")
|
||||
Text(I18n.MyPage.ServiceCenter.answerPrefix)
|
||||
.appFont(size: 13.3, weight: .bold)
|
||||
.foregroundColor(Color.button)
|
||||
.padding(.top, 13.3)
|
||||
|
||||
Reference in New Issue
Block a user