Format redial wait time (#8767)
This commit is contained in:
parent
605c7cbb17
commit
31489abdd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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")));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue