UI: Change text in VC
This commit is contained in:
parent
7e985a4251
commit
34d2f787d7
@ -128,7 +128,7 @@
|
||||
<mat-cell *matCellDef="let entityVersion">
|
||||
<div fxFlex fxLayout="row" fxLayoutAlign="end">
|
||||
<button *ngIf="singleEntityMode" mat-icon-button [disabled]="isLoading$ | async"
|
||||
matTooltip="{{ 'version-control.show-version-diff' | translate }}"
|
||||
matTooltip="{{ 'version-control.compare-with-current' | translate }}"
|
||||
matTooltipPosition="above"
|
||||
#diffVersionButton
|
||||
(click)="toggleShowVersionDiff($event, diffVersionButton, entityVersion)">
|
||||
|
||||
@ -3347,7 +3347,7 @@
|
||||
"load-relations": "Load relations",
|
||||
"load-attributes": "Load attributes",
|
||||
"load-credentials": "Load credentials",
|
||||
"show-version-diff": "Show version diff",
|
||||
"compare-with-current": "Compare with current",
|
||||
"diff-entity-with-version": "Diff with entity version '{{versionName}}'",
|
||||
"previous-difference": "Previous Difference",
|
||||
"next-difference": "Next Difference",
|
||||
|
||||
@ -3312,7 +3312,6 @@
|
||||
"load-relations": "Cargar relaciones",
|
||||
"load-attributes": "Cargar atributos",
|
||||
"load-credentials": "Cargar credencialess",
|
||||
"show-version-diff": "Mostrar diff de versión",
|
||||
"diff-entity-with-version": "Diff de la versión de entidad '{{versionName}}'",
|
||||
"previous-difference": "Anterior diferencia",
|
||||
"next-difference": "Siguiente diferencia",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user