mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3965] fix label
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
</mat-error>
|
</mat-error>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field class="adf-full-width" floatLabel="Client Id">
|
<mat-form-field class="adf-full-width" floatLabel="Client Id">
|
||||||
<mat-label>{{ 'CORE.HOST_SETTINGS.CLIENT'| translate }}d</mat-label>
|
<mat-label>{{ 'CORE.HOST_SETTINGS.CLIENT'| translate }}</mat-label>
|
||||||
<input matInput name="clientId" id="clientId" formControlName="clientId"
|
<input matInput name="clientId" id="clientId" formControlName="clientId"
|
||||||
placeholder="Client Id">
|
placeholder="Client Id">
|
||||||
<mat-error *ngIf="clientId.hasError('required')">
|
<mat-error *ngIf="clientId.hasError('required')">
|
||||||
|
Reference in New Issue
Block a user