Skip to content

Commit

Permalink
Use the translation key (#5737)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriziovitale committed May 29, 2020
1 parent 084dacd commit d782b5c
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,16 @@
<button mat-button
(click)="cancelChanges()"
data-automation-id="reset-metadata"
[disabled]="!hasMetadataChanged">Cancel</button>
[disabled]="!hasMetadataChanged">
{{ 'CORE.METADATA.ACTIONS.CANCEL' | translate }}
</button>
<button mat-raised-button
(click)="saveChanges()"
color="primary"
data-automation-id="save-metadata"
[disabled]="!hasMetadataChanged">Save</button>
[disabled]="!hasMetadataChanged">
{{ 'CORE.METADATA.ACTIONS.SAVE' | translate }}
</button>
</div>

</div>

0 comments on commit d782b5c

Please sign in to comment.