diff --git a/Moonlight/Shared/Views/Server/Index.razor b/Moonlight/Shared/Views/Server/Index.razor index c266dae7..63754a15 100644 --- a/Moonlight/Shared/Views/Server/Index.razor +++ b/Moonlight/Shared/Views/Server/Index.razor @@ -248,7 +248,7 @@ if (NodeOnline) { - await lazyLoader.SetText("Requesting tags"); + await lazyLoader.SetText("Checking server variables"); var image = ImageRepository .Get() @@ -272,6 +272,8 @@ } // Tags + + await lazyLoader.SetText("Requesting tags"); Tags = JsonConvert.DeserializeObject(image.TagsJson) ?? Array.Empty(); Image = image;