diff --git a/smp-angular/src/app/common/dialogs/password-change-dialog/password-change-dialog.component.html b/smp-angular/src/app/common/dialogs/password-change-dialog/password-change-dialog.component.html index 2cd4fde49094cc3feef0634896eacc95702e83e5..0c081a0cfea9cf1f32ae7f313f94221f45e4576a 100644 --- a/smp-angular/src/app/common/dialogs/password-change-dialog/password-change-dialog.component.html +++ b/smp-angular/src/app/common/dialogs/password-change-dialog/password-change-dialog.component.html @@ -36,7 +36,7 @@ <smp-field-error *ngIf="passwordError('new-password', 'pattern')">{{passwordValidationMessage}}</smp-field-error> </mat-form-field> <mat-form-field style="width:100%"> - <mat-label>{{ "password.change.dialog.label.confirm.new.password" }}</mat-label> + <mat-label>{{ "password.change.dialog.label.confirm.new.password" | translate }}</mat-label> <input matInput [type]="hideConfPwdFiled ? 'password' : 'text'" formControlName="confirm-new-password" required id="cnp_id"> <mat-icon matSuffix diff --git a/smp-angular/src/assets/i18n/en.json b/smp-angular/src/assets/i18n/en.json index 3a9d41d6594ed09139ef37da42cba7a9eee2bbbd..3d7ce2c8303f6442edfac8642a64182e5ab0f3ba 100644 --- a/smp-angular/src/assets/i18n/en.json +++ b/smp-angular/src/assets/i18n/en.json @@ -584,6 +584,7 @@ "resource.search.label.resource.scheme": "Resource scheme", "resource.search.label.column.document.type": "Document type", "resource.search.label.column.domain": "Domain", + "resource.search.label.column.visibility": "Visibility", "resource.search.label.column.resource.id": "Resource identifier", "resource.search.label.column.resource.scheme": "Resource scheme", "resource.search.label.column.resource.url": "Resource URL",