diff --git a/app/Utils/HtmlEngine.php b/app/Utils/HtmlEngine.php
index c7304c214f50..60f3eb25c2cf 100644
--- a/app/Utils/HtmlEngine.php
+++ b/app/Utils/HtmlEngine.php
@@ -457,7 +457,7 @@ class HtmlEngine
$data['$payment.date'] = ['value' => ' ', 'label' => ctrans('texts.payment_date')];
$data['$method'] = ['value' => ' ', 'label' => ctrans('texts.method')];
- $data['$amount'] = ['value' => '', 'label' => ctrans('texts.amount')];
+ // $data['$amount'] = ['value' => '', 'label' => ctrans('texts.amount')];
$data['$statement'] = ['value' => '', 'label' => ctrans('texts.statement')];
$arrKeysLength = array_map('strlen', array_keys($data));
diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php
index 36dcf2c8cb15..04f3816d3927 100644
--- a/resources/lang/en/texts.php
+++ b/resources/lang/en/texts.php
@@ -1779,6 +1779,7 @@ $LANG = array(
'lang_Bulgarian' => 'Bulgarian',
'lang_Russian (Russia)' => 'Russian (Russia)',
+
// Industries
'industry_Accounting & Legal' => 'Accounting & Legal',
'industry_Advertising' => 'Advertising',
@@ -2471,6 +2472,13 @@ $LANG = array(
'currency_kazakhstani_tenge' => 'Kazakhstani Tenge',
'currency_gibraltar_pound' => 'Gibraltar Pound',
+ 'currency_gambia_dalasi' => 'Gambia Dalasi',
+ 'currency_paraguayan_guarani' => 'Paraguayan Guarani',
+ 'currency_malawi_kwacha' => 'Malawi Kwacha',
+ 'currency_zimbabwean_dollar' => 'Zimbabwean Dollar',
+ 'currency_cambodian_riel' => 'Cambodian Riel',
+ 'currency_vanuatu_vatu' => 'Vanuatu Vatu',
+
'review_app_help' => 'We hope you\'re enjoying using the app.
If you\'d consider :link we\'d greatly appreciate it!',
'writing_a_review' => 'writing a review',