commit
1ffc2490b2
|
@ -44,3 +44,9 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
|
pre{white-space:pre-wrap;white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;word-wrap:break-word;}
|
||||||
|
.footable-sortable {
|
||||||
|
-webkit-user-select: none;
|
||||||
|
-moz-user-select: none;
|
||||||
|
-ms-user-select: none;
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
|
|
|
@ -387,7 +387,7 @@ $lang['tfa']['api_register'] = 'mailcow uses the Yubico Cloud API. Please get an
|
||||||
$lang['tfa']['u2f'] = "U2F authentication";
|
$lang['tfa']['u2f'] = "U2F authentication";
|
||||||
$lang['tfa']['hotp'] = "HOTP authentication";
|
$lang['tfa']['hotp'] = "HOTP authentication";
|
||||||
$lang['tfa']['totp'] = "TOTP authentication";
|
$lang['tfa']['totp'] = "TOTP authentication";
|
||||||
$lang['tfa']['none'] = "Deaktiviert";
|
$lang['tfa']['none'] = "Deactivate";
|
||||||
$lang['tfa']['delete_tfa'] = "Disable TFA";
|
$lang['tfa']['delete_tfa'] = "Disable TFA";
|
||||||
$lang['tfa']['disable_tfa'] = "Disable TFA until next successful login";
|
$lang['tfa']['disable_tfa'] = "Disable TFA until next successful login";
|
||||||
$lang['tfa']['confirm_tfa'] = "Please confirm your one-time password in the below field";
|
$lang['tfa']['confirm_tfa'] = "Please confirm your one-time password in the below field";
|
||||||
|
|
Loading…
Reference in New Issue