Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lang/en/fieldtypes.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
'terms.title' => 'Taxonomy Terms',
'text.config.append' => 'Add text after (to the right of) the input.',
'text.config.autocomplete' => 'Set the autocomplete attribute.',
'text.config.character_limit' => 'Set the maximum number of enterable characters.',
'text.config.character_limit' => 'Set the recommended maximum number of enterable characters. To enforce a hard limit, use the [`max`](https://laravel.com/docs/master/validation#rule-max) validation rule.',
'text.config.input_type' => 'Set the HTML5 input type.',
'text.config.placeholder' => 'Set placeholder text.',
'text.config.prepend' => 'Add text before (to the left of) the input.',
Expand Down