diff --git a/resources/lang/en-GB/general.php b/resources/lang/en-GB/general.php index f396668e5..e01c7aa6f 100644 --- a/resources/lang/en-GB/general.php +++ b/resources/lang/en-GB/general.php @@ -50,6 +50,7 @@ return [ 'na' => 'N/A', 'daily' => 'Daily', 'monthly' => 'Monthly', + 'quarterly' => 'Quarterly', 'yearly' => 'Yearly', 'add' => 'Add', 'add_new' => 'Add New', diff --git a/resources/lang/en-GB/reports.php b/resources/lang/en-GB/reports.php index 9ab31ca35..8589c7b9f 100644 --- a/resources/lang/en-GB/reports.php +++ b/resources/lang/en-GB/reports.php @@ -2,6 +2,12 @@ return [ + 'this_year' => 'This Year', + 'previous_year' => 'Previous Year', + 'this_quarter' => 'This Quarter', + 'previous_quarter' => 'Previous Quarter', + 'last_12_months' => 'Last 12 Months', + 'summary' => [ 'income' => 'Income Summary', 'expense' => 'Expense Summary', diff --git a/resources/views/dashboard/dashboard/index.blade.php b/resources/views/dashboard/dashboard/index.blade.php index c8f867297..2563bb137 100644 --- a/resources/views/dashboard/dashboard/index.blade.php +++ b/resources/views/dashboard/dashboard/index.blade.php @@ -71,8 +71,8 @@