minor fixes
This commit is contained in:
parent
cdec5dddee
commit
abb6af23ed
@ -80,12 +80,6 @@
|
|||||||
mat-menu-item
|
mat-menu-item
|
||||||
translate="top-bar.navigation-items.my-account.children.downloads"
|
translate="top-bar.navigation-items.my-account.children.downloads"
|
||||||
></button>
|
></button>
|
||||||
<button [matMenuTriggerFor]="language" mat-menu-item translate="top-bar.navigation-items.my-account.children.language.label"></button>
|
|
||||||
<mat-menu #language="matMenu">
|
|
||||||
<button (click)="changeLanguage(lang)" *ngFor="let lang of languages" mat-menu-item translate>
|
|
||||||
top-bar.navigation-items.my-account.children.language.{{ lang }}
|
|
||||||
</button>
|
|
||||||
</mat-menu>
|
|
||||||
<button (click)="logout()" mat-menu-item>
|
<button (click)="logout()" mat-menu-item>
|
||||||
<mat-icon svgIcon="red:logout"></mat-icon>
|
<mat-icon svgIcon="red:logout"></mat-icon>
|
||||||
<span translate="top-bar.navigation-items.my-account.children.logout"> </span>
|
<span translate="top-bar.navigation-items.my-account.children.logout"> </span>
|
||||||
|
|||||||
@ -1235,7 +1235,7 @@
|
|||||||
"download-type": {
|
"download-type": {
|
||||||
"label": "{{length}} document versions",
|
"label": "{{length}} document versions",
|
||||||
"PREVIEW": "Preview PDF",
|
"PREVIEW": "Preview PDF",
|
||||||
"ORIGINAL": "Original PDF",
|
"ORIGINAL": "Optimized PDF",
|
||||||
"REDACTED": "Redacted PDF"
|
"REDACTED": "Redacted PDF"
|
||||||
},
|
},
|
||||||
"report-type": {
|
"report-type": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user