Renamed 'parameter' into 'variable' for the variable UI component
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
>
|
>
|
||||||
<SmartEnvInput
|
<SmartEnvInput
|
||||||
v-model="variable.key"
|
v-model="variable.key"
|
||||||
:placeholder="`${t('count.parameter', { count: index + 1 })}`"
|
:placeholder="`${t('count.variable', { count: index + 1 })}`"
|
||||||
@change="
|
@change="
|
||||||
updateVar(index, {
|
updateVar(index, {
|
||||||
id: variable.id,
|
id: variable.id,
|
||||||
|
|||||||
Reference in New Issue
Block a user