소다라이브 -> 보이스온

This commit is contained in:
Yu Sung
2024-10-12 01:18:04 +09:00
parent a92e42b718
commit 2be010d790
7 changed files with 9 additions and 9 deletions

View File

@@ -103,7 +103,7 @@ struct CanPaymentView: View {
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color(hex: "777777"))
Text("자세한 내용은 소다라이브 이용약관에서 확인할 수 있습니다.")
Text("자세한 내용은 보이스온 이용약관에서 확인할 수 있습니다.")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color(hex: "777777"))
.fixedSize(horizontal: false, vertical: true)

View File

@@ -257,7 +257,7 @@ struct CanPgPaymentView: View {
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color.gray77)
Text("자세한 내용은 소다라이브 이용약관에서 확인할 수 있습니다.")
Text("자세한 내용은 보이스온 이용약관에서 확인할 수 있습니다.")
.font(.custom(Font.medium.rawValue, size: 12))
.foregroundColor(Color.gray77)
.fixedSize(horizontal: false, vertical: true)

View File

@@ -14,7 +14,7 @@ struct ServiceCenterButtonView: View {
.resizable()
.frame(width: 26.7, height: 26.7)
Text("소다라이브 고객센터")
Text("보이스온 고객센터")
.font(.custom(Font.bold.rawValue, size: 15.3))
.foregroundColor(.white)