summaryrefslogtreecommitdiffstats
path: root/dist/js/bootstrap-strength-meter.js
diff options
context:
space:
mode:
Diffstat (limited to 'dist/js/bootstrap-strength-meter.js')
-rw-r--r--dist/js/bootstrap-strength-meter.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/dist/js/bootstrap-strength-meter.js b/dist/js/bootstrap-strength-meter.js
index 88dc13c..8083dc4 100644
--- a/dist/js/bootstrap-strength-meter.js
+++ b/dist/js/bootstrap-strength-meter.js
@@ -109,7 +109,7 @@
var defaults = {
container: input.parent(),
hierarchy: {
- '0': ['text-danger', 'ridiculus'],
+ '0': ['text-danger', 'ridiculous'],
'10': ['text-danger', 'very weak'],
'20': ['text-warning', 'weak'],
'30': ['text-warning', 'good'],
@@ -181,11 +181,11 @@
var defaults = {
hierarchy: {
- '0': 'ridiculus',
+ '0': 'ridiculous',
'10': 'very weak',
'20': 'weak',
'30': 'good',
- '40': 'string',
+ '40': 'strong',
'50': 'very strong'
},
tooltip: {