mirror of
https://github.com/dancojocaru2000/CfrTrainInfoTelegramBot.git
synced 2025-02-22 09:09:38 +02:00
Fix typo
This commit is contained in:
parent
e4f12c766e
commit
77260f973d
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -44,7 +44,7 @@ You may use ` + cancelCommand + ` to cancel any ongoing command.`
|
|||
You may also send the date as a message in the following formats: dd.mm.yyyy, m/d/yyyy, yyyy-mm-dd, UNIX timestamp.
|
||||
|
||||
Keep in mind that, for night trains, this date might be yesterday.`
|
||||
invalidDateMessage = "Invalid date. Please try again or us " + cancelCommand + " to cancel."
|
||||
invalidDateMessage = "Invalid date. Please try again or use " + cancelCommand + " to cancel."
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
Loading…
Add table
Reference in a new issue