Format redial wait time (#8767)

This commit is contained in:
wrexbe
2022-06-11 19:40:27 -07:00
committed by GitHub
parent 605c7cbb17
commit 31489abdd1

View File

@@ -79,7 +79,7 @@ namespace Content.Client.Launcher
else else
{ {
RedialButton.Disabled = true; RedialButton.Disabled = true;
RedialButton.Text = Loc.GetString("connecting-redial-wait", ("time", _redialWaitTime)); RedialButton.Text = Loc.GetString("connecting-redial-wait", ("time", _redialWaitTime.ToString("00.000")));
} }
} }