This is an automated email from the ASF dual-hosted git repository. vnick pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/guacamole-client.git
commit 0f13535d058a65a0c1432d5d97e59b227fe06be9 Merge: a3e202e f93015f Author: Virtually Nick <[email protected]> AuthorDate: Wed Mar 30 20:14:34 2022 -0400 GUACAMOLE-1571: Merge properly wrap stream errors, and check available translations instead of hard-coding. .../client/directives/guacClientNotification.js | 112 ++++++++------------- .../src/app/client/directives/guacFileTransfer.js | 48 +++------ .../src/app/client/services/guacTranslate.js | 82 +++++++++++++++ .../src/app/client/templates/guacFileTransfer.html | 2 +- .../src/app/client/types/TranslationResult.js | 59 +++++++++++ .../src/app/rest/services/tunnelService.js | 2 +- 6 files changed, 202 insertions(+), 103 deletions(-)
