mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-12 03:16:54 +01:00
* [FIX] Fixes #177. Fixed javascript translation in complexity dialog. Thanks to @TitovLab
This commit is contained in:
2
inc/themes/classic/js/functions.min.js
vendored
2
inc/themes/classic/js/functions.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -104,7 +104,7 @@ sysPass.Util.Theme = function () {
|
||||
var complexityDialog = function () {
|
||||
$('<div></div>').dialog({
|
||||
modal: true,
|
||||
title: 'Opciones de Complejidad',
|
||||
title: LANG[29],
|
||||
width: '400px',
|
||||
open: function () {
|
||||
var thisDialog = $(this);
|
||||
|
||||
2
inc/themes/material-blue/js/functions.min.js
vendored
2
inc/themes/material-blue/js/functions.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user