From 1ce1a84c9eec2633b27945580da9e754f4fca46a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 16 Jun 2019 13:16:26 +0200 Subject: [PATCH] Sync some translations. --- resources/views/v1/accounts/create.twig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/v1/accounts/create.twig b/resources/views/v1/accounts/create.twig index b691ea9048..3d4c83ecfd 100644 --- a/resources/views/v1/accounts/create.twig +++ b/resources/views/v1/accounts/create.twig @@ -22,8 +22,8 @@ {% endif %} {% if what == 'liabilities' %} {{ ExpandedForm.select('liability_type_id', liabilityTypes) }} - {{ ExpandedForm.amountNoCurrency('openingBalance', null, {label:'debt_start_amount'|_, helpText: 'debt_start_amount_help'|_}) }} - {{ ExpandedForm.date('openingBalanceDate', null, {label:'debt_start_date'|_}) }} + {{ ExpandedForm.amountNoCurrency('opening_balance', null, {label:'debt_start_amount'|_, helpText: 'debt_start_amount_help'|_}) }} + {{ ExpandedForm.date('opening_balance_date', null, {label:'debt_start_date'|_}) }} {{ ExpandedForm.percentage('interest') }} {{ ExpandedForm.select('interest_period', interestPeriods) }} {% endif %} @@ -45,8 +45,8 @@ {% if what == 'asset' %} - {{ ExpandedForm.amountNoCurrency('openingBalance') }} - {{ ExpandedForm.date('openingBalanceDate') }} + {{ ExpandedForm.amountNoCurrency('opening_balance') }} + {{ ExpandedForm.date('opening_balance_date') }} {{ ExpandedForm.select('accountRole', roles,null,{helpText : 'asset_account_role_help'|_}) }} {{ ExpandedForm.amountNoCurrency('virtualBalance') }} {% endif %}