fixed captcha to work even in not htmlform environments
added captch field to contact the maintainer form in matrix added default label to captcha
This commit is contained in:
parent
dea8fdc109
commit
6be1d2f76e
4 changed files with 18 additions and 3 deletions
|
|
@ -1,6 +1,11 @@
|
|||
package WebGUI::i18n::English::Form_Captcha;
|
||||
|
||||
our $I18N = {
|
||||
'verify your humanity' => {
|
||||
message => q|Verify Your Humanity|,
|
||||
lastUpdated => 1078852836
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Captcha|,
|
||||
context => q|Captcha is an acronym, it cannot be translated.|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue