We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19a9798 commit c62fa3cCopy full SHA for c62fa3c
ControlR.Web.Client/Components/Pages/DeviceAccess/RemoteControl.razor.cs
@@ -12,7 +12,7 @@ public partial class RemoteControl : ViewportAwareComponent
12
private string? _alertMessage;
13
private Severity _alertSeverity;
14
private bool _isReconnecting;
15
- private string? _loadingMessage = "Loading";
+ private string? _loadingMessage = "Connecting";
16
private DesktopSession[]? _systemSessions;
17
18
[Inject]
0 commit comments