Skip to content

Commit

Permalink
fix styling per checks
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hayes committed Apr 14, 2021
1 parent dce46b7 commit 7dcba4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/authx/settings/authx.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'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'],
Expand All @@ -69,7 +69,7 @@
'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'],
Expand Down

0 comments on commit 7dcba4e

Please sign in to comment.