[ACA-4624] - added placeholder (#2777)

This commit is contained in:
Nikita Maliarchuk 2022-11-16 10:07:39 +01:00 committed by GitHub
parent cc41a575ac
commit b63a07b012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,8 @@
"PLACEHOLDER": {
"NAME": "Enter rule name",
"DESCRIPTION": "Enter rule description",
"NO_DESCRIPTION": "No description"
"NO_DESCRIPTION": "No description",
"VALUE": "Value"
},
"ERROR": {
"REQUIRED": "This field is required",

View File

@ -22,6 +22,6 @@
</mat-form-field>
<mat-form-field class="aca-rule-simple-condition__form__parameter-input">
<input matInput type="text" formControlName="parameter" data-automation-id="value-input">
<input matInput placeholder="{{ 'ACA_FOLDER_RULES.RULE_DETAILS.PLACEHOLDER.VALUE' | translate }}" type="text" formControlName="parameter" data-automation-id="value-input">
</mat-form-field>
</form>