From: David Hayes Date: Wed, 14 Apr 2021 07:03:50 +0000 (-0700) Subject: consistent spacing X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dce46b74cdf6bd98005bfcb185dd648116b390c7;p=civicrm-core.git consistent spacing --- 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'],