1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Fix $details_label & texts.thanks on Elegant design

This commit is contained in:
Benjamin Beganović 2020-09-16 12:16:56 +02:00
parent d9c6ce1f4c
commit 1dcc24d06b
2 changed files with 3 additions and 0 deletions

View File

@ -309,6 +309,7 @@ class HtmlEngine
$data['$thanks'] = ['value' => '', 'label' => ctrans('texts.thanks')];
$data['$from'] = ['value' => '', 'label' => ctrans('texts.from')];
$data['$to'] = ['value' => '', 'label' => ctrans('texts.to')];
$data['$details'] = ['value' => '', 'label' => ctrans('texts.details')];
$data['_rate1'] = ['value' => '', 'label' => ctrans('texts.tax')];
$data['_rate2'] = ['value' => '', 'label' => ctrans('texts.tax')];

View File

@ -3270,4 +3270,6 @@ return [
'payment_due' => 'Payment due',
'account_balance' => 'Account balance',
'password_strength' => 'Password strength too weak',
'thanks' => 'Thanks',
];