라이브 취소 안내 문구와 강조 색상 조정

This commit is contained in:
Yu Sung
2026-01-05 14:21:36 +09:00
parent e7c8c2a12e
commit f855ca55ca
2 changed files with 14 additions and 6 deletions

View File

@@ -596,6 +596,14 @@ enum I18n {
ja: "キャンセル理由を入力してください"
)
}
static var reservationCanceled: String {
pick(
ko: "예약이 취소되었습니다.",
en: "The reservation has been canceled.",
ja: "予約がキャンセルされました。"
)
}
}
enum CreateContent {