From 7dcba4e2b9e4359812a6388bb822aaae8476686b Mon Sep 17 00:00:00 2001 From: David Hayes Date: Wed, 14 Apr 2021 09:32:23 -0700 Subject: [PATCH] fix styling per checks --- ext/authx/settings/authx.setting.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'], -- 2.25.1