From c0c104f52a0948876ff004d1a2327cf93af1535a Mon Sep 17 00:00:00 2001 From: Jack McDade Date: Thu, 24 Sep 2020 10:51:12 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20The=20word=20"default"=20is=20mi?= =?UTF-8?q?sleading=20in=20this=20context.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/lang/en/fieldtypes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/fieldtypes.php b/resources/lang/en/fieldtypes.php index c43a3c053a..84d4fce2eb 100644 --- a/resources/lang/en/fieldtypes.php +++ b/resources/lang/en/fieldtypes.php @@ -70,7 +70,7 @@ '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', @@ -78,6 +78,6 @@ '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.', ];