diff --git a/resources/lang/en/button.php b/resources/lang/en/button.php index 438dac3cac..1e44af7d1a 100644 --- a/resources/lang/en/button.php +++ b/resources/lang/en/button.php @@ -20,5 +20,5 @@ return [ 'bulk_actions' => 'Bulk Actions', 'add_maintenance' => 'Add Maintenance', 'append' => 'Append', - 'remove' => 'Remove', + 'new' => 'New', ]; diff --git a/resources/lang/en/general.php b/resources/lang/en/general.php index e2d1c44361..f831f363a6 100644 --- a/resources/lang/en/general.php +++ b/resources/lang/en/general.php @@ -148,6 +148,7 @@ 'licenses' => 'Licenses', 'list_all' => 'List All', 'loading' => 'Loading', + 'loading_wait' => 'Loading... please wait....', 'lock_passwords' => 'This field value will not be saved in a demo installation.', 'feature_disabled' => 'This feature has been disabled for the demo installation.', 'location' => 'Location', diff --git a/resources/lang/en/partials/forms/general.php b/resources/lang/en/partials/forms/general.php new file mode 100644 index 0000000000..c7f2bbfb47 --- /dev/null +++ b/resources/lang/en/partials/forms/general.php @@ -0,0 +1,6 @@ + 'Uploaded image thumbnail', + 'placeholder_kit' => 'Select a kit', +]; \ No newline at end of file diff --git a/resources/views/custom_fields/fieldsets/view.blade.php b/resources/views/custom_fields/fieldsets/view.blade.php index f4c5f1b682..2f19a1f400 100644 --- a/resources/views/custom_fields/fieldsets/view.blade.php +++ b/resources/views/custom_fields/fieldsets/view.blade.php @@ -77,7 +77,9 @@ @can('update', $custom_fieldset)
+ @endcan @endforeach diff --git a/resources/views/partials/bootstrap-table.blade.php b/resources/views/partials/bootstrap-table.blade.php index b0562fefeb..b847154b89 100644 --- a/resources/views/partials/bootstrap-table.blade.php +++ b/resources/views/partials/bootstrap-table.blade.php @@ -4,6 +4,7 @@ @endpush @push('js') +