From 429c143c8953de40193e62c4af305908d89cb781 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Fri, 22 Mar 2024 08:52:23 +1100 Subject: [PATCH] add css selector for client portal logo --- lang/en/texts.php | 2 ++ .../ninja2020/components/general/sidebar/desktop.blade.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lang/en/texts.php b/lang/en/texts.php index d0e88abcc3..34f8e06237 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -5268,6 +5268,8 @@ $lang = array( 'enable_rappen_rounding_help' => 'Rounds totals to nearest 5', 'duration_words' => 'Duration in words', 'upcoming_recurring_invoices' => 'Upcoming Recurring Invoices', + 'show_table_footer' => 'Show table footer', + 'show_table_footer_help' => 'Displays the totals in the footer of the table', ); return $lang; diff --git a/resources/views/portal/ninja2020/components/general/sidebar/desktop.blade.php b/resources/views/portal/ninja2020/components/general/sidebar/desktop.blade.php index ebfbb8ebbb..eb0e676953 100644 --- a/resources/views/portal/ninja2020/components/general/sidebar/desktop.blade.php +++ b/resources/views/portal/ninja2020/components/general/sidebar/desktop.blade.php @@ -2,7 +2,7 @@