fix(environment-variables): update label text for build variable checkboxes to improve clarity

This commit is contained in:
Andras Bacsai
2025-05-30 09:11:33 +02:00
parent 380e8f34ab
commit 3804a7d765
2 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
@if (data_get($parameters, 'application_uuid'))
<x-forms.checkbox id="is_build_time"
helper="If you are using Docker, remember to modify the file to be ready to receive the build time args. Ex.: for docker file, add `ARG name_of_the_variable`, or dockercompose add `- 'name_of_the_variable=${name_of_the_variable}'`"
label="Build Variable?" />
label="Is Build Variable?" />
@endif
<x-forms.checkbox id="is_multiline" label="Is Multiline?" />
@if (!$shared)