Github user mike-jumper commented on a diff in the pull request:
https://github.com/apache/guacamole-client/pull/181#discussion_r176920168
--- Diff:
extensions/guacamole-auth-quickconnect/src/main/resources/templates/quickconnectField.html
---
@@ -0,0 +1,9 @@
+<meta name="before" content=".recent-connections" />
+<div class="header" ng-controller="quickconnectController">
+ <div class="quickconnect-container">
+ <form ng-submit="quickConnect()">
+ <input type=text class="quickconnect-field" placeholder="Enter
Connection URI" ng-model="uri" />
--- End diff --
Strings which will be displayed to the user need to be defined as
translation strings, rather than hard-coded in the HTML.
---