Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.x] Clarify default field instructions/helper-text #8808

Merged
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 resources/lang/en/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
'field_validation_required_instructions' => 'Control whether or not this field is required.',
'field_validation_sometimes_instructions' => 'Only validate when this field is visible or submitted.',
'fields_blueprints_description' => 'Blueprints define the fields for content structures like collections, taxonomies, users, and forms.',
'fields_default_instructions' => 'Set the default value.',
'fields_default_instructions' => 'The value to be inserted whenever this field is empty on all publish forms.',
'fields_display_instructions' => 'The field\'s label shown in the Control Panel.',
'fields_duplicate_instructions' => 'Whether this field should be included when duplicating the item.',
'fields_fieldsets_description' => 'Fieldsets are simple, flexible, and completely optional groupings of fields that help to organize reusable, pre-configured fields.',
Expand Down
Loading