From b666aebce81491853bfeb1c8c4a6acbc4e23e2e0 Mon Sep 17 00:00:00 2001 From: Virtually Nick Date: Thu, 24 Nov 2022 18:21:33 -0500 Subject: [PATCH] GUACAMOLE-1293: Adjust argument displayed to user to match position from guacd. --- guacamole/src/main/frontend/src/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/frontend/src/translations/en.json b/guacamole/src/main/frontend/src/translations/en.json index f30b67382..02e103974 100644 --- a/guacamole/src/main/frontend/src/translations/en.json +++ b/guacamole/src/main/frontend/src/translations/en.json @@ -73,8 +73,8 @@ "ACTION_UPLOAD_FILES" : "Upload Files", "CLIENT_MESSAGE_DEFAULT" : "", - "CLIENT_MESSAGE_JOINED" : "User {ARGS_0} has joined the connection.", - "CLIENT_MESSAGE_LEFT" : "User {ARGS_0} has left the connection.", + "CLIENT_MESSAGE_JOINED" : "User {ARGS_1} has joined the connection.", + "CLIENT_MESSAGE_LEFT" : "User {ARGS_1} has left the connection.", "DIALOG_HEADER_CONNECTING" : "Connecting", "DIALOG_HEADER_CONNECTION_ERROR" : "Connection Error",