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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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