diff options
Diffstat (limited to 'client/src/app/menu/menu.component.html')
-rw-r--r-- | client/src/app/menu/menu.component.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/client/src/app/menu/menu.component.html b/client/src/app/menu/menu.component.html index f9c721bd4..c1e5f79a6 100644 --- a/client/src/app/menu/menu.component.html +++ b/client/src/app/menu/menu.component.html | |||
@@ -134,9 +134,7 @@ | |||
134 | <div class="footer-bottom"> | 134 | <div class="footer-bottom"> |
135 | 135 | ||
136 | <div class="footer-links"> | 136 | <div class="footer-links"> |
137 | <div *ngIf="isLoggedIn === false"> | 137 | <span *ngIf="isLoggedIn === false" role="button" (click)="openLanguageChooser()" class="c-hand" i18n>Interface: {{ currentInterfaceLanguage }}</span> |
138 | <span role="button" (click)="openLanguageChooser()" class="c-hand" i18n>Interface: {{ currentInterfaceLanguage }}</span> | ||
139 | </div> | ||
140 | 138 | ||
141 | <div> | 139 | <div> |
142 | <a i18n routerLink="/about/instance">Contact</a> | 140 | <a i18n routerLink="/about/instance">Contact</a> |