From 66d92e688e9a9118d7bb33daaee8a1fbc1d51b0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20=C3=87ak=C4=B1rel?= Date: Thu, 11 Feb 2021 15:15:12 +0300 Subject: [PATCH] Missing 'Edit your business address' translation --- resources/lang/en-GB/settings.php | 13 +++++++------ .../components/documents/form/company.blade.php | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/resources/lang/en-GB/settings.php b/resources/lang/en-GB/settings.php index 820d8e51d..36a5920ed 100644 --- a/resources/lang/en-GB/settings.php +++ b/resources/lang/en-GB/settings.php @@ -3,12 +3,13 @@ return [ 'company' => [ - 'description' => 'Change company name, email, address, tax number etc', - 'name' => 'Name', - 'email' => 'Email', - 'phone' => 'Phone', - 'address' => 'Address', - 'logo' => 'Logo', + 'description' => 'Change company name, email, address, tax number etc', + 'name' => 'Name', + 'email' => 'Email', + 'phone' => 'Phone', + 'address' => 'Address', + 'edit_your_business_address' => 'Edit your business address', + 'logo' => 'Logo', ], 'localisation' => [ diff --git a/resources/views/components/documents/form/company.blade.php b/resources/views/components/documents/form/company.blade.php index f3621b3be..d9b06cd94 100644 --- a/resources/views/components/documents/form/company.blade.php +++ b/resources/views/components/documents/form/company.blade.php @@ -24,12 +24,12 @@ @if (!$hideCompanyEdit)