translation update
This commit is contained in:
parent
0e67958385
commit
bcfcd15e92
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -551,7 +551,7 @@ if (extension_loaded('curl')) {
|
||||||
$securitySettingsContent->addElement(new htmlSubTitle(_("2-factor authentication")), true);
|
$securitySettingsContent->addElement(new htmlSubTitle(_("2-factor authentication")), true);
|
||||||
$twoFactorOptions = array(
|
$twoFactorOptions = array(
|
||||||
_('None') => TwoFactorProviderService::TWO_FACTOR_NONE,
|
_('None') => TwoFactorProviderService::TWO_FACTOR_NONE,
|
||||||
_('privacyIDEA') => TwoFactorProviderService::TWO_FACTOR_PRIVACYIDEA,
|
'privacyIDEA' => TwoFactorProviderService::TWO_FACTOR_PRIVACYIDEA,
|
||||||
);
|
);
|
||||||
$twoFactorSelect = new htmlTableExtendedSelect('twoFactor', $twoFactorOptions, array($conf->getTwoFactorAuthentication()), _('Provider'), '514');
|
$twoFactorSelect = new htmlTableExtendedSelect('twoFactor', $twoFactorOptions, array($conf->getTwoFactorAuthentication()), _('Provider'), '514');
|
||||||
$twoFactorSelect->setHasDescriptiveElements(true);
|
$twoFactorSelect->setHasDescriptiveElements(true);
|
||||||
|
|
Loading…
Reference in New Issue