GUACAMOLE-1293: Change "username" instruction to simply "name" for clarity on its purpose.

This commit is contained in:
Virtually Nick
2022-11-08 09:25:21 -05:00
parent 22e8ba66ea
commit 9e5f101371
6 changed files with 22 additions and 22 deletions

View File

@@ -1857,7 +1857,7 @@ Guacamole.Client.Message = {
/**
* A client message that indicates that a user has joined an existing
* connection. This message expects a single additional argument - the
* username of the user who has joined the connection.
* name of the user who has joined the connection.
*
* @type {!number}
*/
@@ -1866,7 +1866,7 @@ Guacamole.Client.Message = {
/**
* A client message that indicates that a user has left an existing
* connection. This message expects a single additional argument - the
* username of the user who has left the connection.
* name of the user who has left the connection.
*
* @type {!number}
*/