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:
parent
aa5c1acf3a
commit
a711b961d4
|
|
@ -145,7 +145,7 @@
|
||||||
<image-input
|
<image-input
|
||||||
name="cover_picture"
|
name="cover_picture"
|
||||||
:form="form"
|
:form="form"
|
||||||
label="Color image"
|
label="Cover image"
|
||||||
help="Not visible when form is embedded"
|
help="Not visible when form is embedded"
|
||||||
/>
|
/>
|
||||||
<toggle-switch-input
|
<toggle-switch-input
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue