We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4540a72 commit b6f9d0cCopy full SHA for b6f9d0c
1 file changed
DevLog/UI/Common/TodoInfoSheetView.swift
@@ -60,7 +60,7 @@ struct TodoInfoSheetView: View {
60
Divider()
61
}
62
VStack(alignment: .leading) {
63
- Text("완료 시점")
+ Text("완료일")
64
.font(.subheadline)
65
.foregroundStyle(.secondary)
66
HStack(spacing: 8) {
0 commit comments