diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php index 7ee1557c5..66100dd09 100644 --- a/resources/lang/en-US/general.php +++ b/resources/lang/en-US/general.php @@ -500,6 +500,8 @@ return [ 'address2' => 'Address Line 2', 'import_note' => 'Imported using csv importer', ], + 'remove_customfield_association' => 'Remove this field from the fieldset. This will not delete the custom field, only this field\'s association with this fieldset.', + 'checked_out_to_fields' => 'Checked Out To Fields', 'percent_complete' => '% complete', 'uploading' => 'Uploading... ', 'upload_error' => 'Error uploading file. Please check that there are no empty rows and that no column names are duplicated.', diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 523d76b35..2b7ae31af 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -738,7 +738,11 @@ dir="{{ in_array(app()->getLocale(),['ar-SA','fa-IR', 'he-IL']) ? 'rtl' : 'ltr' {{ trans('general.activity_report') }} - +
  • + + {{ trans('general.custom_report') }} + +
  • {{ trans('general.audit_report') }} @@ -768,11 +772,6 @@ dir="{{ in_array(app()->getLocale(),['ar-SA','fa-IR', 'he-IL']) ? 'rtl' : 'ltr' {{ trans('general.accessory_report') }}
  • -
  • - - {{ trans('general.custom_report') }} - -
  • @endcan diff --git a/resources/views/reports/custom.blade.php b/resources/views/reports/custom.blade.php index 7a1f522e4..ebc212b5c 100644 --- a/resources/views/reports/custom.blade.php +++ b/resources/views/reports/custom.blade.php @@ -189,7 +189,7 @@ -

    {{ trans('general.checked_out_to') }} {{ trans('general.fields') }}:

    +

    {{ trans('general.checked_out_to_fields') }}: