feat(i18n): 마이페이지 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -9,7 +9,7 @@ import SwiftUI
|
||||
|
||||
struct AuthButtonView: View {
|
||||
var body: some View {
|
||||
Text("본인인증")
|
||||
Text(I18n.Main.Auth.dialogTitle)
|
||||
.appFont(size: 15.3, weight: .bold)
|
||||
.foregroundColor(Color(hex: "eeeeee"))
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
Reference in New Issue
Block a user