mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-807 Menu title changed to name of connection.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
<!-- Menu -->
|
||||
<div ng-class="{open: menuShown}" id="menu">
|
||||
<h2 id="menu-title">{{'application.title' | translate}}</h2>
|
||||
<h2 id="menu-title">{{connectionName}}</h2>
|
||||
|
||||
<h3>{{'client.clipboard' | translate}}</h3>
|
||||
<div class="content" id="clipboard-settings">
|
||||
|
Reference in New Issue
Block a user