mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 00:53:21 +00:00 
			
		
		
		
	GUACAMOLE-38: Make placeholder translatable.
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| <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" /> | ||||
|             <input type=text class="quickconnect-field" placeholder="{{'QUICKCONNECT.FIELD_PLACEHOLDER_URI' |translate}}" ng-model="uri" /> | ||||
|         </form> | ||||
|     </div> | ||||
|     <button class="quickconnect-button" ng-click="quickConnect()">Connect</button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user