Skip to content

Commit

Permalink
Update schedule.go - заменил фразу с "Геологическая → Офис" на "Рейсы…
Browse files Browse the repository at this point in the history
… в офис".
  • Loading branch information
Alexander Amezhenko committed Feb 24, 2021
1 parent 7b7f88f commit 72ba001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ type Schedule struct {

// GetToOfficeText returns text representation of full schedule to office
func (s Schedule) GetToOfficeText(now time.Time) (string, string) {
prefix := "*Геологическая → Офис*\n\n"
prefix := "*Рейсы в офис*\n\n"
suffix := "\nСубботний рейс в " + s.SaturdayRouteToOffice.String()

timeAgnosticRoute := prefix + s.WorkDayRouteToOffice.String() + suffix
Expand Down

0 comments on commit 72ba001

Please sign in to comment.