diff --git a/resources/lang/en-GB/items.php b/resources/lang/en-GB/items.php index 1ffc7f336..a00c2d803 100644 --- a/resources/lang/en-GB/items.php +++ b/resources/lang/en-GB/items.php @@ -2,7 +2,8 @@ return [ - 'sales_price' => 'Sale Price', - 'purchase_price' => 'Purchase Price', + 'sales_price' => 'Sale Price', + 'purchase_price' => 'Purchase Price', + 'enter_item_description' => 'Enter item description', ]; 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)