Merge pull request #13086 from vvlladd28/bug/calc-fields/title-script
Fixed typo in 'Calculate Field' script section title
This commit is contained in:
commit
d456086627
@ -75,7 +75,9 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="tb-form-panel no-gap">
|
||||
<div class="tb-form-panel-title tb-required">{{ 'calculated-fields.expression' | translate }}</div>
|
||||
<div class="tb-form-panel-title tb-required">
|
||||
{{ (fieldFormGroup.get('type').value === CalculatedFieldType.SIMPLE ? 'calculated-fields.expression' : 'calculated-fields.type.script' ) | translate }}
|
||||
</div>
|
||||
<mat-form-field class="mt-3" appearance="outline" subscriptSizing="dynamic" [class.hidden]="fieldFormGroup.get('type').value !== CalculatedFieldType.SIMPLE">
|
||||
<input matInput formControlName="expressionSIMPLE" maxlength="255" [placeholder]="'(temperature - 32) / 1.8'" required>
|
||||
@if (configFormGroup.get('expressionSIMPLE').errors && configFormGroup.get('expressionSIMPLE').touched) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user