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

@@ -11,7 +11,11 @@
</mat-card-content>
<mat-card-footer class="adf-content-metadata-card-footer" fxLayout="row" fxLayoutAlign="space-between stretch">
<div>
<button *ngIf="!readOnly" mat-icon-button (click)="toggleEdit()" data-automation-id="mata-data-card-toggle-edit">
<button *ngIf="!readOnly"
mat-icon-button
(click)="toggleEdit()"
[attr.title]="'CORE.METADATA.ACTIONS.EDIT' | translate"
data-automation-id="mata-data-card-toggle-edit">
<mat-icon>mode_edit</mat-icon>
</button>
</div>