Skip to content

Commit 49fe0cc

Browse files
committed
Remove the word "select" that might imply you must select and can't just type a field handle
1 parent 0f50eca commit 49fe0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/field-conditions/Builder.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
v-model="conditions[index].field"
3535
class="min-w-md"
3636
:options="fieldOptions"
37-
:placeholder="__('Select field')"
37+
:placeholder="__('Field')"
3838
:taggable="true"
3939
:push-tags="true"
4040
:reduce="field => field.value"

0 commit comments

Comments
 (0)