diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f6523297ccd..288a60f472e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Client portal: Remove "Approve" button from single quote page if quote is non-approvable - Client portal: Hide "Pay now" buttons if no gateways are configured - Client portal: "Download" and "Open in new tab" buttons on documents show page +- Client portal: Make "Invoice Ninja" link clickable in footer ## Fixed: - Client portal: Showing message instead of blank page when trying to download zero quotes diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index d9e3f3493455..d8dc7215ad79 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -4280,6 +4280,7 @@ $LANG = array( 'you_might_be_interested_in_following' => 'You might be interested in following', 'quotes_with_status_sent_can_be_approved' => 'Only quotes with "Sent" status can be approved.', 'no_quotes_available_for_download' => 'No quotes available for download.', + 'copyright' => 'Copyright', ); return $LANG; diff --git a/resources/views/portal/ninja2020/components/general/footer.blade.php b/resources/views/portal/ninja2020/components/general/footer.blade.php index 4246046a5e48..b112e39c4ab0 100644 --- a/resources/views/portal/ninja2020/components/general/footer.blade.php +++ b/resources/views/portal/ninja2020/components/general/footer.blade.php @@ -1,10 +1,17 @@