Skip to content

Commit 4a25fcf

Browse files
committed
improve wording
1 parent dd0961e commit 4a25fcf

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 will not render the mouse cursor into the framebuffer, which can improve performance depending on the server capabilities. Instead, client will render cursor locally."
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)