UI: Change text in VC

This commit is contained in:
Vladyslav_Prykhodko 2022-06-30 16:51:38 +03:00
parent 7e985a4251
commit 34d2f787d7
3 changed files with 9 additions and 10 deletions

View File

@ -128,7 +128,7 @@
<mat-cell *matCellDef="let entityVersion"> <mat-cell *matCellDef="let entityVersion">
<div fxFlex fxLayout="row" fxLayoutAlign="end"> <div fxFlex fxLayout="row" fxLayoutAlign="end">
<button *ngIf="singleEntityMode" mat-icon-button [disabled]="isLoading$ | async" <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" matTooltipPosition="above"
#diffVersionButton #diffVersionButton
(click)="toggleShowVersionDiff($event, diffVersionButton, entityVersion)"> (click)="toggleShowVersionDiff($event, diffVersionButton, entityVersion)">

View File

@ -3347,7 +3347,7 @@
"load-relations": "Load relations", "load-relations": "Load relations",
"load-attributes": "Load attributes", "load-attributes": "Load attributes",
"load-credentials": "Load credentials", "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}}'", "diff-entity-with-version": "Diff with entity version '{{versionName}}'",
"previous-difference": "Previous Difference", "previous-difference": "Previous Difference",
"next-difference": "Next Difference", "next-difference": "Next Difference",

View File

@ -3312,7 +3312,6 @@
"load-relations": "Cargar relaciones", "load-relations": "Cargar relaciones",
"load-attributes": "Cargar atributos", "load-attributes": "Cargar atributos",
"load-credentials": "Cargar credencialess", "load-credentials": "Cargar credencialess",
"show-version-diff": "Mostrar diff de versión",
"diff-entity-with-version": "Diff de la versión de entidad '{{versionName}}'", "diff-entity-with-version": "Diff de la versión de entidad '{{versionName}}'",
"previous-difference": "Anterior diferencia", "previous-difference": "Anterior diferencia",
"next-difference": "Siguiente diferencia", "next-difference": "Siguiente diferencia",