Form Builder: Improve wording

Element -> Field. Something bas and I came across while reviewing the blog post.
This commit is contained in:
Dennis Reimann 2023-05-31 14:56:54 +02:00
parent 775ee01171
commit f733c9ea77
No known key found for this signature in database
GPG Key ID: 5009E1797F03F8D0

View File

@ -116,7 +116,7 @@
</div>
<button type="button" class="btn btn-link py-0 px-2 mt-2 mb-2 gap-1 add fw-semibold d-inline-flex align-items-center" v-on:click.stop="$emit('add-field', $event, path)">
<vc:icon symbol="new" />
Add Form Element
Add Form Field
</button>
</div>
</template>