From 31a43a61f9c44d711f29b9b784eb7549acefad34 Mon Sep 17 00:00:00 2001 From: Casey Dwyer Date: Wed, 4 Oct 2023 19:42:56 -0500 Subject: [PATCH] update default field instructions --- resources/lang/en/messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/en/messages.php b/resources/lang/en/messages.php index 7a4ab3bb3c..e5ce84034d 100644 --- a/resources/lang/en/messages.php +++ b/resources/lang/en/messages.php @@ -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' => 'Set a default value. Inserted whenever this field is empty, on **all** publishable 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.',