Skip to content

Commit

Permalink
src: components: InputElementConfig.vue: clarify Action language
Browse files Browse the repository at this point in the history
"Existent" is rarely used in English, and it seems more intuitive to have buttons be verbs (since clicking a button should do something)
  • Loading branch information
ES-Alexander authored Feb 13, 2025
1 parent e01dc58 commit 4f8a9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/InputElementConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -261,15 +261,15 @@
class="bg-[#3B78A8] mr-[13px] w-[60px]"
size="x-small"
@click="openNewDataLakeVariableForm = true"
>new</v-btn
>create</v-btn
>
<v-btn
v-if="!currentElement.options.dataLakeVariable?.name"
variant="elevated"
class="bg-[#FFFFFF22] mr-[13px] my-1"
size="x-small"
@click="openDataLakeVariableSelector = true"
>existent</v-btn
>select</v-btn
>
</div>
<template
Expand Down

0 comments on commit 4f8a9cf

Please sign in to comment.