From 9c16f10a5cb4b8561552c8438000fde0d571caa4 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 25 Mar 2018 14:13:43 +0300 Subject: [PATCH] Clarify inclusive taxes --- resources/lang/en/texts.php | 4 ++-- resources/views/accounts/tax_rates.blade.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 1f25c301e0ac..de1eb22639c1 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -2741,8 +2741,8 @@ $LANG = array( 'delete_image' => 'Delete Image', 'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.', 'amount_variable_help' => 'Note: the invoice $amount field will use the partial/deposit field if set otherwise it will use the invoice balance.', - 'taxes_are_included_help' => 'Taxes are included with the cost.', - 'taxes_are_not_included_help' => 'Taxes are excluded from the cost.', + 'taxes_are_included_help' => 'Note: Inclusive taxes have been enabled.', + 'taxes_are_not_included_help' => 'Note: Inclusive taxes are not enabled.', 'change_requires_purge' => 'Changing this setting requires :link the account data.', 'purging' => 'purging', 'warning_local_refund' => 'The refund will be recorded in the app but will NOT be processed by the payment gateway.', diff --git a/resources/views/accounts/tax_rates.blade.php b/resources/views/accounts/tax_rates.blade.php index b25727a01bf2..43253ba90d4c 100644 --- a/resources/views/accounts/tax_rates.blade.php +++ b/resources/views/accounts/tax_rates.blade.php @@ -41,6 +41,7 @@ ->value(1) !!} @if (! $hasInclusiveTaxRates && $countInvoices == 0) +
{!! Former::checkbox('inclusive_taxes') ->text(trans('texts.inclusive_taxes_help')) ->label(' ')