diff --git a/resources/lang/en-US/admin/custom_fields/general.php b/resources/lang/en-US/admin/custom_fields/general.php index b231fab1d..f17eedda1 100644 --- a/resources/lang/en-US/admin/custom_fields/general.php +++ b/resources/lang/en-US/admin/custom_fields/general.php @@ -35,7 +35,7 @@ return [ 'create_field_title' => 'Create a new custom field', 'value_encrypted' => 'The value of this field is encrypted in the database. Only admin users will be able to view the decrypted value', 'show_in_email' => 'Include the value of this field in checkout emails sent to the user? Encrypted fields cannot be included in emails', - 'show_in_email_short' => 'Include in emails.', + 'show_in_email_short' => 'Include in emails', 'help_text' => 'Help Text', 'help_text_description' => 'This is optional text that will appear below the form elements while editing an asset to provide context on the field.', 'about_custom_fields_title' => 'About Custom Fields', diff --git a/resources/views/custom_fields/index.blade.php b/resources/views/custom_fields/index.blade.php index 551a96a45..9acb82f6f 100644 --- a/resources/views/custom_fields/index.blade.php +++ b/resources/views/custom_fields/index.blade.php @@ -150,16 +150,34 @@ {{ trans('admin/custom_fields/general.unique') }} {{ trans('admin/custom_fields/general.db_field') }} {{ trans('admin/custom_fields/general.field_format') }} - + - + - - - - {{ trans('admin/custom_fields/general.unique') }} + + + + + + {{ trans('admin/custom_fields/general.unique') }} {{ trans('admin/custom_fields/general.field_element_short') }} {{ trans('admin/custom_fields/general.fieldsets') }} {{ trans('button.actions') }} @@ -234,4 +252,14 @@ @stop @section('moar_scripts') @include ('partials.bootstrap-table') + @stop