Renamed 'parameter' into 'variable' for the variable UI component

This commit is contained in:
Jason Casareno
2022-08-01 17:03:38 -07:00
parent 99f119d262
commit a73d64ddc1

View File

@@ -21,7 +21,7 @@
>
<SmartEnvInput
v-model="variable.key"
:placeholder="`${t('count.parameter', { count: index + 1 })}`"
:placeholder="`${t('count.variable', { count: index + 1 })}`"
@change="
updateVar(index, {
id: variable.id,