Skip to content

Commit 296aedb

Browse files
committed
ui: 수정 -> 작성 형태로 텍스트 수정
1 parent 9973ae7 commit 296aedb

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

Application/DevLogApp/Sources/Resource/Localizable.xcstrings

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2689,6 +2689,23 @@
26892689
}
26902690
}
26912691
},
2692+
"todo_write" : {
2693+
"extractionState" : "manual",
2694+
"localizations" : {
2695+
"en" : {
2696+
"stringUnit" : {
2697+
"state" : "translated",
2698+
"value" : "Write"
2699+
}
2700+
},
2701+
"ko" : {
2702+
"stringUnit" : {
2703+
"state" : "translated",
2704+
"value" : "작성"
2705+
}
2706+
}
2707+
}
2708+
},
26922709
"todo_editor_description_optional" : {
26932710
"extractionState" : "manual",
26942711
"localizations" : {

Application/DevLogPresentation/Sources/Home/TodoEditorView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ struct TodoEditorView: View {
120120
}
121121
)
122122
) {
123-
Text(String(localized: "todo_edit"))
123+
Text(String(localized: "todo_write"))
124124
.tag(TodoEditorViewModel.Tag.editor)
125125
Text(String(localized: "todo_preview"))
126126
.tag(TodoEditorViewModel.Tag.preview)

0 commit comments

Comments
 (0)