From: David Hayes Date: Wed, 14 Apr 2021 16:32:23 +0000 (-0700) Subject: fix styling per checks X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7dcba4e2b9e4359812a6388bb822aaae8476686b;p=civicrm-core.git fix styling per checks --- diff --git a/ext/authx/settings/authx.setting.php b/ext/authx/settings/authx.setting.php index f46cbfecbe..8df39f62ff 100644 --- a/ext/authx/settings/authx.setting.php +++ b/ext/authx/settings/authx.setting.php @@ -54,7 +54,7 @@ $_authx_settings = function() { 'class' => 'crm-select2', ], 'default' => ['jwt'], - 'title' => ts('Acceptable credentials (%1)', [ 1 => $flow ]), + 'title' => ts('Acceptable credentials (%1)', [1 => $flow]), 'help_text' => NULL, 'pseudoconstant' => [ 'callback' => ['\Civi\Authx\Meta', 'getCredentialTypes'], @@ -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'],