feat(i18n): 마이페이지 하드코딩 문구를 I18n 키로 통일한다
This commit is contained in:
@@ -38,7 +38,7 @@ struct BlockedMemberListItemView: View {
|
||||
|
||||
Spacer()
|
||||
|
||||
Text(isBlocked ? "차단해제" : "차단")
|
||||
Text(isBlocked ? I18n.MyPage.Block.unblockAction : I18n.MyPage.Block.blockAction)
|
||||
.appFont(size: 12, weight: .medium)
|
||||
.foregroundColor(Color.button)
|
||||
.frame(minWidth: 83)
|
||||
|
||||
Reference in New Issue
Block a user