Code development platform for open source projects from the European Union institutions

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
No related tags found
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.
Finish editing this message first!
Please register or to comment