Skip to content

Commit

Permalink
instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed May 30, 2024
1 parent 6975f8d commit c42a57c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/lang/en/messages.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
'asset_container_title_instructions' => 'Usually a plural noun, like Images or Documents',
'asset_container_warm_intelligent_instructions' => 'Generate appropriate presets on upload.',
'asset_container_warm_presets_instructions' => 'Specify which presets to generate on upload.',
'asset_container_validation_rules_instructions' => 'Add any file validation rules.',
'asset_folders_directory_instructions' => 'We recommend avoiding spaces and special characters to keep URLs clean.',
'asset_replace_confirmation' => 'References to this asset within content will be updated to the asset you select below.',
'asset_reupload_confirmation' => 'Are you sure you want to reupload this asset?',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ protected function formBlueprint($container = null)
'validation' => [
'type' => 'taggable',
'display' => __('Validation Rules'),
'instructions' => __('statamic::messages.asset_container_quick_download_instructions'),
'instructions' => __('statamic::messages.asset_container_validation_rules_instructions'),
],
],
],
Expand Down

0 comments on commit c42a57c

Please sign in to comment.