Skip to content

Commit c62fa3c

Browse files
committed
Change initial message for remote control page.
1 parent 19a9798 commit c62fa3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ControlR.Web.Client/Components/Pages/DeviceAccess/RemoteControl.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public partial class RemoteControl : ViewportAwareComponent
1212
private string? _alertMessage;
1313
private Severity _alertSeverity;
1414
private bool _isReconnecting;
15-
private string? _loadingMessage = "Loading";
15+
private string? _loadingMessage = "Connecting";
1616
private DesktopSession[]? _systemSessions;
1717

1818
[Inject]

0 commit comments

Comments
 (0)