mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix missing closing right parenthesis in define
This commit is contained in:
parent
c3ef12debb
commit
a07eb3e023
@ -61,7 +61,7 @@
|
|||||||
name = 'value',
|
name = 'value',
|
||||||
children = [Value]
|
children = [Value]
|
||||||
}
|
}
|
||||||
]}.
|
]}).
|
||||||
|
|
||||||
-define(CAPTCHA_TEXT(Lang), translate:translate(Lang, "Enter the text you see")).
|
-define(CAPTCHA_TEXT(Lang), translate:translate(Lang, "Enter the text you see")).
|
||||||
-define(CAPTCHA_LIFETIME, 120000). % two minutes
|
-define(CAPTCHA_LIFETIME, 120000). % two minutes
|
||||||
|
Loading…
Reference in New Issue
Block a user