From dce46b74cdf6bd98005bfcb185dd648116b390c7 Mon Sep 17 00:00:00 2001 From: David Hayes Date: Wed, 14 Apr 2021 00:03:50 -0700 Subject: [PATCH] consistent spacing --- ext/authx/settings/authx.setting.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/authx/settings/authx.setting.php b/ext/authx/settings/authx.setting.php index 18c2ab6819..f46cbfecbe 100644 --- a/ext/authx/settings/authx.setting.php +++ b/ext/authx/settings/authx.setting.php @@ -69,7 +69,7 @@ $_authx_settings = function() { 'class' => 'crm-select2', ], 'default' => 'optional', - 'title' => ts('User account requirements (%1)', [ 1 => $flow]), + 'title' => ts('User account requirements (%1)', [ 1 => $flow ]), 'help_text' => NULL, 'pseudoconstant' => [ 'callback' => ['\Civi\Authx\Meta', 'getUserModes'], -- 2.25.1