diff --git a/src/app/core/share/dialog-share/dialog-share.component.html b/src/app/core/share/dialog-share/dialog-share.component.html index 02c9aaa62..140d49ed9 100644 --- a/src/app/core/share/dialog-share/dialog-share.component.html +++ b/src/app/core/share/dialog-share/dialog-share.component.html @@ -61,6 +61,6 @@ mat-button (click)="close()" > - Cancel + {{ T.G.CLOSE | translate }} diff --git a/src/app/features/metric/dialog-productivity-breakdown/dialog-productivity-breakdown.component.html b/src/app/features/metric/dialog-productivity-breakdown/dialog-productivity-breakdown.component.html index 6ae16fa2c..847820555 100644 --- a/src/app/features/metric/dialog-productivity-breakdown/dialog-productivity-breakdown.component.html +++ b/src/app/features/metric/dialog-productivity-breakdown/dialog-productivity-breakdown.component.html @@ -64,6 +64,6 @@ color="primary" (click)="close()" > - Close + {{ T.G.CLOSE | translate }}