Skip to content

Commit 36b85e6

Browse files
fix(webapp): change the tooltip for enableCursor checkbox (#1340)
Changelog: ignore
1 parent 3c6c8bd commit 36b85e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

webapp/src/client/app/modules/web-client/form/form-controls/enable-cursor-control/enable-cursor-control.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p-checkbox
44
formControlName="enableCursor"
55
label="Enable Cursor Pseudo-Encoding"
6-
pTooltip="When enabled, the server may render the mouse cursor into the framebuffer, which can affect performance depending on the server capabilities"
6+
pTooltip="When enabled, the server will not blent the mouse cursor into the framebuffer. The cursor is drawn locally, improving perceived performance of slow links and reducing server load."
77
binary="true"></p-checkbox>
88
</div>
9-
</div>
9+
</div>

0 commit comments

Comments
 (0)