Skip to content

Commit

Permalink
[4.x] Clarify default field instructions/helper-text (#8808)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Varga <[email protected]>
  • Loading branch information
caseydwyer and jasonvarga authored Oct 5, 2023
1 parent 6987617 commit 72527a3
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 72527a3

Please sign in to comment.