fix styling per checks
authorDavid Hayes <dhayes@lalgbtcenter.org>
Wed, 14 Apr 2021 16:32:23 +0000 (09:32 -0700)
committerDavid Hayes <dhayes@lalgbtcenter.org>
Wed, 14 Apr 2021 16:32:23 +0000 (09:32 -0700)
ext/authx/settings/authx.setting.php

index f46cbfecbe4c5389a41bf9bca10d4bba82592e48..8df39f62fff4b6fd73b6ed749b8f7416177fc092 100644 (file)
@@ -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'],