mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-11-04 11:03:21 +00:00 
			
		
		
		
	GUAC-968: Reduce number of namespaces. Adopt consistent string naming. Reorganize and reformat. Remove unused strings.
This commit is contained in:
		@@ -22,7 +22,7 @@
 | 
			
		||||
    -->
 | 
			
		||||
 | 
			
		||||
    <!-- Text displayed if no recent connections exist -->
 | 
			
		||||
    <p class="no-recent" ng-hide="recentConnections.length">{{'home.noRecentConnections' | translate}}</p>
 | 
			
		||||
    <p class="no-recent" ng-hide="recentConnections.length">{{'HOME.INFO_NO_RECENT_CONNECTIONS' | translate}}</p>
 | 
			
		||||
 | 
			
		||||
    <!-- All recent connections -->
 | 
			
		||||
    <div ng-repeat="recentConnection in recentConnections" class="connection">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user