Skip to content

Commit c9b1a29

Browse files
committed
no message
1 parent 9c1a8ff commit c9b1a29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Telegram-Mac/DateSelectorModalController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ class DateSelectorModalController: ModalViewController {
249249
genericView.sendOn.set(text: strings().scheduleSendToday(formatted), for: .Normal)
250250
} else {
251251
let formatted = hasSeconds ? DateSelectorUtil.formatTime(date) : DateSelectorUtil.shortFormatTime(date)
252-
genericView.sendOn.set(text: strings().scheduleSendDate(formatted, formatted), for: .Normal)
252+
genericView.sendOn.set(text: strings().scheduleSendDate(DateSelectorUtil.formatDay(date), formatted), for: .Normal)
253253
}
254254
}
255255

0 commit comments

Comments
 (0)