diff --git a/lang/en/messages.php b/lang/en/messages.php index ae79894ece6..0c706919f21 100644 --- a/lang/en/messages.php +++ b/lang/en/messages.php @@ -135,6 +135,7 @@ 'form_configure_mailer_instructions' => 'Choose the mailer for sending this email. Leave blank to fall back to the default mailer.', 'form_configure_store_instructions' => 'Disable to stop storing submissions. Events and email notifications will still be sent.', 'form_configure_title_instructions' => 'Use a call to action, such as \'Contact Us\'.', + 'form_export_filtered_description' => 'Exports submissions with current filters and visible columns.', 'form_create_description' => 'Get started by creating your first form.', 'getting_started_widget_collections' => 'Collections hold the different content types that make up your site, helping you stay organized.', 'getting_started_widget_docs' => 'Discover everything Statamic can do, and learn how to use its powerful features the right way.', diff --git a/resources/js/components/forms/SubmissionListing.vue b/resources/js/components/forms/SubmissionListing.vue index 27c9b1bd3b3..0ea2125cc01 100644 --- a/resources/js/components/forms/SubmissionListing.vue +++ b/resources/js/components/forms/SubmissionListing.vue @@ -1,5 +1,6 @@