diff --git a/MP.MON.Client/Components/DetailViewMSE.razor b/MP.MON.Client/Components/DetailViewMSE.razor index aa77817a..fa2bdd6f 100644 --- a/MP.MON.Client/Components/DetailViewMSE.razor +++ b/MP.MON.Client/Components/DetailViewMSE.razor @@ -138,7 +138,7 @@ else } else { - @(OperatingSystem.IsBrowser() ? "WASM Online" : "Server Online") + @(OperatingSystem.IsBrowser() ? "Wasm" : "Online") }