Format redial wait time (#8767)
This commit is contained in:
@@ -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")));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user