From 8ea02f9c6de82b1b9b50a557219e5575a42f1e82 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 12 Mar 2019 17:35:08 -0700 Subject: [PATCH] CRM/Admin/Form/Setting/UF.tpl - Change "add" to "add or update" If an admin follows the advice literally (and merely *adds* the item), and if there's already an existing as directive higher-up (as there would be in a stock Backdrop `settings.php`), then the `settings.php` would have two copies of the directive. That'd be liable to cause confusion during subsequent maintenance. --- templates/CRM/Admin/Form/Setting/UF.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Admin/Form/Setting/UF.tpl b/templates/CRM/Admin/Form/Setting/UF.tpl index d9b24bde30..7bf89fce93 100644 --- a/templates/CRM/Admin/Form/Setting/UF.tpl +++ b/templates/CRM/Admin/Form/Setting/UF.tpl @@ -52,7 +52,7 @@
{ts}Views integration settings{/ts} -
{ts}To enable CiviCRM Views integration, add the following to the site settings.php file:{/ts}
+
{ts}To enable CiviCRM Views integration, add or update the following item in the settings.php file:{/ts}
{$tablePrefixes}
-- 2.25.1