From ce06f1c559999ce1564a1e25d2cd868a191133ea Mon Sep 17 00:00:00 2001 From: Virtually Nick Date: Wed, 31 Jul 2024 19:33:59 -0400 Subject: [PATCH] GUACAMOLE-1642: Add translation string for encoding field. --- guacamole/src/main/frontend/src/translations/en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/guacamole/src/main/frontend/src/translations/en.json b/guacamole/src/main/frontend/src/translations/en.json index 7b5e55c65..30a6957ad 100644 --- a/guacamole/src/main/frontend/src/translations/en.json +++ b/guacamole/src/main/frontend/src/translations/en.json @@ -911,6 +911,7 @@ "FIELD_HEADER_DISABLE_SERVER_INPUT" : "Disable server input when client is connected:", "FIELD_HEADER_ENABLE_AUDIO" : "Enable audio:", "FIELD_HEADER_ENABLE_SFTP" : "Enable SFTP:", + "FIELD_HEADER_ENCODINGS" : "Display encodings:", "FIELD_HEADER_FORCE_LOSSLESS" : "Force lossless compression:", "FIELD_HEADER_HOSTNAME" : "Hostname:", "FIELD_HEADER_USERNAME" : "Username:",