Update label for image input in FormCustomization.vue from "Color image" to "Cover image" for improved clarity and consistency in form component labeling.

This commit is contained in:
Julien Nahum 2025-03-21 17:52:09 +01:00
parent aa5c1acf3a
commit a711b961d4
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@
<image-input
name="cover_picture"
:form="form"
label="Color image"
label="Cover image"
help="Not visible when form is embedded"
/>
<toggle-switch-input