Skip to content
Snippets Groups Projects
Verified Commit 6a13984e authored by Sebastian Bergandy's avatar Sebastian Bergandy :keyboard:
Browse files

OZG-6988 add missing dots in texts

Sub task: OZG-7446
parent 2ffa4e7b
Branches
Tags
1 merge request!29OZG-6988 add missing dots in texts
......@@ -4,14 +4,14 @@
<ods-text-input
[fieldControl]="formEngineFormControl"
label="Formengine"
placeholder="Tragen Sie hier die Formengine des Formulars ein"
placeholder="Tragen Sie hier die Formengine des Formulars ein."
data-test-id="form-engine-input"
></ods-text-input>
<ods-text-input
[fieldControl]="formIdFormControl"
label="FormID"
placeholder="Tragen Sie hier die FormID des Formulars ein"
placeholder="Tragen Sie hier die FormID des Formulars ein."
data-test-id="form-id-input"
></ods-text-input>
......@@ -25,13 +25,13 @@
}
<ods-button text="Datenfeld hinzufügen" (clickEmitter)="addDataField()" data-test-id="add-data-field-button">
<ods-plus-icon icon class="fill-whitetext" />
<ods-plus-icon icon class="fill-whitetext"/>
</ods-button>
<div class="mt-4 flex gap-4">
<ods-button text="Speichern" data-test-id="save-statistik-fields-button"></ods-button>
<ods-button text="Abbrechen" variant="outline" (clickEmitter)="onCancel()" data-test-id="cancel-statistik-fields-button">
<ods-close-icon icon class="fill-primary" />
<ods-close-icon icon class="fill-primary"/>
</ods-button>
</div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment