diff --git a/Content.Client/Launcher/LauncherConnectingGui.xaml.cs b/Content.Client/Launcher/LauncherConnectingGui.xaml.cs index acf4cc91a8..b188c27bf2 100644 --- a/Content.Client/Launcher/LauncherConnectingGui.xaml.cs +++ b/Content.Client/Launcher/LauncherConnectingGui.xaml.cs @@ -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"))); } }