mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-14 04:16:54 +01:00
* [MOD] Updated English translations
* [MOD] Line separators
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -1307,6 +1307,11 @@ function passwordDetect() {
|
||||
$('.passwordfield__input').each(function () {
|
||||
var thisParent = $(this).parent();
|
||||
var targetId = $(this).attr('id');
|
||||
|
||||
if (thisParent.next().hasClass('password-actions')) {
|
||||
return;
|
||||
}
|
||||
|
||||
var btnMenu = '<button id="menu-speed-' + targetId + '" class="mdl-button mdl-js-button mdl-button--icon" type="button" title="' + LANG[27] + '"><i class="material-icons">more_vert</i></button>';
|
||||
|
||||
btnMenu += '<ul class="mdl-menu mdl-js-menu" for="menu-speed-' + targetId + '">';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<!-- Start Tab - Security -->
|
||||
<div id="tabs-<?php echo $security_tabIndex; ?>">
|
||||
<div id="title" class="midroundup titleNormal">
|
||||
<?php echo _('Autenticación'); ?>
|
||||
<?php echo _('Autentificación'); ?>
|
||||
</div>
|
||||
|
||||
<form method="post" name="frmSecurity" id="frmSecurity" data-url="/ajax/ajax_userPrefsSave.php">
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
<tr>
|
||||
<td class="descField">
|
||||
<?php echo _('Autenticación en 2 pasos'); ?>
|
||||
<?php echo _('Autentificación en 2 pasos'); ?>
|
||||
<div id="help-security_2fa" class="icon material-icons fg-blue80">help_outline</div>
|
||||
<div class="mdl-tooltip mdl-tooltip--large" for="help-security_2fa">
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user