tooltip and i18n fixes (#3147)

* tooltip fixes

* i18n for info drawer strings
This commit is contained in:
Denys Vuika
2018-04-06 12:47:19 +01:00
committed by GitHub
parent 24b3972d84
commit 38f2973863
7 changed files with 31 additions and 6 deletions

View File

@@ -2,6 +2,7 @@
<div class="adf-property-label">{{ property.label | translate }}</div>
<div class="adf-property-value">
<mat-checkbox
[attr.title]="'CORE.METADATA.ACTIONS.TOGGLE' | translate"
[checked]="property.displayValue"
[disabled]="!isEditable()"
(change)="changed($event)">