Typo.
This commit is contained in:
parent
a44a10055d
commit
1da1413b15
@ -1545,7 +1545,7 @@
|
||||
case 0:
|
||||
return 'Verification (Shift + Enter to cache)';
|
||||
case 1:
|
||||
return 'Vertification (1 cached captcha)';
|
||||
return 'Verification (1 cached captcha)';
|
||||
default:
|
||||
return "Verification (" + count + " cached captchas)";
|
||||
}
|
||||
|
||||
@ -1154,7 +1154,7 @@ qr =
|
||||
when 0
|
||||
'Verification (Shift + Enter to cache)'
|
||||
when 1
|
||||
'Vertification (1 cached captcha)'
|
||||
'Verification (1 cached captcha)'
|
||||
else
|
||||
"Verification (#{count} cached captchas)"
|
||||
@input.alt = count # For XTRM RICE.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user