Skip to content

Commit

Permalink
Merge pull request civicrm#20055 from davidjosephhayes/fix-authx-sett…
Browse files Browse the repository at this point in the history
…ing-display

Fix AuthX Setting Labels
  • Loading branch information
totten authored Apr 15, 2021
2 parents 1e8d712 + 7dcba4e commit b92bae9
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 (%s)'),
'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 (%s)'),
'title' => ts('User account requirements (%1)', [1 => $flow]),
'help_text' => NULL,
'pseudoconstant' => [
'callback' => ['\Civi\Authx\Meta', 'getUserModes'],
Expand Down

0 comments on commit b92bae9

Please sign in to comment.