diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index ad2aa44c4057..2ea97207da96 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2356,6 +2356,7 @@ $LANG = array( 'template' => 'Template', 'start_of_week_help' => 'Used by the date selector', 'financial_year_start_help' => 'Used by the date range selector', + 'reports_help' => 'Shift + Click to sort by multple columns, Ctrl + Click to clear the grouping.' ); diff --git a/resources/views/reports/chart_builder.blade.php b/resources/views/reports/chart_builder.blade.php index 2baaea5986d7..e524afde2b52 100644 --- a/resources/views/reports/chart_builder.blade.php +++ b/resources/views/reports/chart_builder.blade.php @@ -221,6 +221,11 @@ +
+
+ {{ trans('texts.reports_help') }} +
+