Revize 78eacb99
Přidáno uživatelem Václav Jirák před téměř 6 roky(ů)
webapp/src/app/profile-settings/profile-settings.component.html | ||
---|---|---|
1 |
<h1 mat-dialog-title>Nastavení</h1>
|
|
1 |
<h1 mat-dialog-title>{{ 'profileSettings.headline' | translate }}</h1>
|
|
2 | 2 |
|
3 | 3 |
<div mat-dialog-content> |
4 |
<span class="notification-label">Notifikace o vypršení dovolené: </span>
|
|
4 |
<span class="notification-label">{{ 'profileSettings.notification' | translate }}</span>
|
|
5 | 5 |
<app-datetime [(date)]="date" [(time)]="time" [minuteStep]="15"></app-datetime> |
6 | 6 |
</div> |
7 | 7 |
|
8 | 8 |
<div mat-dialog-actions align="end"> |
9 |
<button mat-raised-button color="primary" (click)="onConfirmClick()">Potvrdit</button>
|
|
10 |
<button mat-raised-button color="basic" (click)="onCloseClick()">Zavřít</button>
|
|
9 |
<button mat-raised-button color="primary" (click)="onConfirmClick()">{{ 'button.confirm' | translate }}</button>
|
|
10 |
<button mat-raised-button color="basic" (click)="onCloseClick()">{{ 'button.close' | translate }}</button>
|
|
11 | 11 |
</div> |
Také k dispozici: Unified diff
Frontend localization completed