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

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

[EDELIVERY-13772] Fix the domain code label

parent 8a5fc1aa
No related tags found
No related merge requests found
Pipeline #208914 failed
...@@ -249,6 +249,7 @@ export class AdminDomainComponent implements OnInit, OnDestroy, AfterViewInit, B ...@@ -249,6 +249,7 @@ export class AdminDomainComponent implements OnInit, OnDestroy, AfterViewInit, B
status: EntityStatus.NEW, status: EntityStatus.NEW,
smlRegistered: false, smlRegistered: false,
smlClientCertAuth: false, smlClientCertAuth: false,
adminMemberCount: 0,
} }
} }
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
type="warning" type="warning"
[htmlContent]="warningMessage"></smp-warning-panel> [htmlContent]="warningMessage"></smp-warning-panel>
<mat-form-field style="width:100%"> <mat-form-field style="width:100%">
<mat-label>{{ "domain.panel.label.domain" | translate: {value: domainForm.controls['adminMemberCount'].value} }}</mat-label> <mat-label>{{ "domain.panel.label.domain" | translate }}</mat-label>
<input matInput <input matInput
id="domainCode_id" #domainCode id="domainCode_id" #domainCode
matTooltip="{{ 'domain.panel.tooltip.domain' | translate }}" matTooltip="{{ 'domain.panel.tooltip.domain' | translate }}"
......
...@@ -585,7 +585,7 @@ ...@@ -585,7 +585,7 @@
"domain.panel.button.reset": "Reset", "domain.panel.button.reset": "Reset",
"domain.panel.button.save": "Save", "domain.panel.button.save": "Save",
"domain.panel.label.domain": "Domain Code [{{value}}]", "domain.panel.label.domain": "Domain Code",
"domain.panel.label.domain.already.exists": "The Domain code already exists!", "domain.panel.label.domain.already.exists": "The Domain code already exists!",
"domain.panel.label.domain.default.resource.type": "Default resource type for the domain", "domain.panel.label.domain.default.resource.type": "Default resource type for the domain",
"domain.panel.label.domain.mandatory": "Domain code must contain only chars and numbers and must be less than 63 chars long.", "domain.panel.label.domain.mandatory": "Domain code must contain only chars and numbers and must be less than 63 chars long.",
......
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