Skip to content
Snippets Groups Projects
Commit 4559bff9 authored by FurWaz's avatar FurWaz
Browse files

Fixed language problem in recovery page

parent a1eabfd6
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ import API from '../scripts/API'; ...@@ -36,7 +36,7 @@ import API from '../scripts/API';
import Lang from '../scripts/Lang'; import Lang from '../scripts/Lang';
const field_checks = [ const field_checks = [
{field: "email", check: (value) => value.length > 0, error: lang.EMAIL_SPECIFY} {field: "email", check: (value) => value.length > 0, error: Lang.CurrentLang.EMAIL_SPECIFY}
]; ];
function onCancel(modal) { function onCancel(modal) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment