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

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

Pull request #185: [EDELIVERY-14164] fix missing translation

Merge in EDELIVERY/smp from EDELIVERY-14064-translation to development

* commit '648dc9fc':
  [EDELIVERY-14164] fix missing translation
parents 416198bb 648dc9fc
No related branches found
No related tags found
No related merge requests found
......@@ -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