누락 번역 추가

This commit is contained in:
Yu Sung
2025-12-05 16:30:37 +09:00
parent 3e60a8c340
commit 972e889fab
5 changed files with 278 additions and 399 deletions

View File

@@ -45,11 +45,7 @@ struct DayOfWeekSeriesView: View {
var body: some View {
VStack(alignment: .leading, spacing: 16) {
HStack(spacing: 0) {
Text("요일별")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.button)
Text(" 시리즈")
Text("요일별 시리즈")
.font(.custom(Font.preBold.rawValue, size: 24))
.foregroundColor(.white)