mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
[ACA-4624] - added placeholder (#2777)
This commit is contained in:
parent
cc41a575ac
commit
b63a07b012
@ -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",
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user