diff --git a/Content.Client/Store/Ui/StoreListingControl.xaml.cs b/Content.Client/Store/Ui/StoreListingControl.xaml.cs index 20629104accf..b6a2b981074e 100644 --- a/Content.Client/Store/Ui/StoreListingControl.xaml.cs +++ b/Content.Client/Store/Ui/StoreListingControl.xaml.cs @@ -61,7 +61,7 @@ private void UpdateBuyButtonText() if (_data.RestockTime > stationTime) { var timeLeftToBuy = stationTime - _data.RestockTime; - StoreItemBuyButton.Text = timeLeftToBuy.Duration().ToString(@"mm\:ss"); + StoreItemBuyButton.Text = timeLeftToBuy.Duration().ToString(@"mm\:ss"); } else {