1 parent 3f84234 commit cea7d5fCopy full SHA for cea7d5f
1 file changed
web/src/components/applications/EnvironmentVariablesEditor.vue
@@ -47,7 +47,7 @@ function valueFor(item: DetectedVariable) { return props.modelValue.find((variab
47
placeholder="Valor"
48
:type="draft.secret ? 'password' : 'text'"
49
/>
50
- <Checkbox v-model="draft.secret" label="Secret" />
+ <Checkbox v-model="draft.secret" label="Variável secreta" />
51
<button class="secondary" type="button" @click="add">Adicionar</button>
52
</div>
53
<p v-if="!modelValue.length" class="muted">Nenhuma variável configurada.</p>
0 commit comments