Skip to content

Commit

Permalink
🌐 The word "default" is misleading in this context.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmcdade committed Sep 24, 2020
1 parent d9c0335 commit c0c104f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/lang/en/fieldtypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@
'select.config.clearable' => 'Enable to allow deselecting your option.',
'select.config.multiple' => 'Allow multiple selections.',
'select.config.options' => 'Set the keys and their optional labels.',
'select.config.placeholder' => 'Set default, non-selectable placeholder text.',
'select.config.placeholder' => 'Set placeholder text.',
'select.config.push_tags' => 'Add newly created tags to the options list.',
'select.config.searchable' => 'Enable searching through possible options.',
'select.config.taggable' => 'Allow adding new options in addition to pre-defined options',
'template.config.hide_partials' => 'Partials are rarely intended to be used as templates.',
'text.config.append' => 'Add text after (to the right of) the text input.',
'text.config.character_limit' => 'Set the maximum number of enterable characters.',
'text.config.input_type' => 'Set the HTML5 input type.',
'text.config.placeholder' => 'Set default placeholder text.',
'text.config.placeholder' => 'Set placeholder text.',
'text.config.prepend' => 'Add text before (to the left of) the text input.',
];

0 comments on commit c0c104f

Please sign in to comment.