Skip to content
Snippets Groups Projects
Commit a1826d8b authored by paf's avatar paf
Browse files

fixes label and icon of unlock-button

parent bd1bf916
No related branches found
No related tags found
No related merge requests found
...@@ -134,8 +134,11 @@ ...@@ -134,8 +134,11 @@
</div> </div>
<div class="toolbar-section"> <div class="toolbar-section">
<button mat-raised-button class="control" color="primary" (click)="testCommandUnlock()" [disabled]="!isUnlockAllowed()"> <button mat-raised-button class="control" color="primary"
<mat-icon>lock-open</mat-icon> (click)="testCommandUnlock()" [disabled]="!isUnlockAllowed()"
matTooltip="{{'Freigeben' | customtext:'gm_control_unlock_tooltip' | async}}"
>
<mat-icon>lock_open</mat-icon>
{{'Entsperren' | customtext:'gm_control_unlock' | async}} {{'Entsperren' | customtext:'gm_control_unlock' | async}}
</button> </button>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment