Skip to content

Commit

Permalink
какой год месяц день. День месяц год.
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgencheg committed Sep 2, 2024
1 parent b6471ac commit 3357781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/StationGoal/StationGoalPaperSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public bool SendStationGoal(StationGoalPrototype goal)

var printout = new FaxPrintout(
Loc.GetString("station-goal-fax-paper-header",
("date", DateTime.Now.AddYears(544).ToString("yyyy MMMM dd")),
("date", DateTime.Now.AddYears(544).ToString("dd MMMM yyyy")),
("station", string.IsNullOrEmpty(stationId) ? "???" : stationId),
("content", goal.Text),
("name", _random.Pick(signerName.Values))
Expand Down

0 comments on commit 3357781

Please sign in to comment.