From 6c8a8f9799c0f1df31a641c2e965ea062f9eaeee Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 23 Oct 2022 15:52:22 -0400 Subject: [PATCH] AdminUI - Fix links in Financial Accounts page --- .../ang/afsearchFinancialAccounts.aff.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ext/civicrm_admin_ui/ang/afsearchFinancialAccounts.aff.html b/ext/civicrm_admin_ui/ang/afsearchFinancialAccounts.aff.html index a8b5cf6196..242140f770 100644 --- a/ext/civicrm_admin_ui/ang/afsearchFinancialAccounts.aff.html +++ b/ext/civicrm_admin_ui/ang/afsearchFinancialAccounts.aff.html @@ -1,8 +1,13 @@
- -
{{:: ts('Financial accounts correspond to those in your accounting system.') }} {{:: ts('Financial types') }}, {{:: ts('payment methods') }}, {{:: ts('and') }} {{:: ts('premiums') }} {{:: ts('are associated with financial accounts so that they can result in the proper double-entry transactions to export to your accounting system.') }}
- +
+ {{:: ts('Financial accounts correspond to those in your accounting system.') }} + {{:: ts('The following are associated with financial accounts so that they can result in the proper double-entry transactions to export to your accounting system:') }} + {{:: ts('Financial types') }}, + {{:: ts('payment methods') }}, + {{:: ts('and') }} + {{:: ts('contribution premiums.') }} +
-- 2.25.1