Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 648dc9fc authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

[EDELIVERY-14164] fix missing translation

parent a6156316
Branches
Tags
No related merge requests found
Pipeline #220389 failed
......@@ -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
......
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment