This commit is contained in:
Paula Quispe
2017-06-09 16:40:18 -04:00
parent 4c8abed264
commit f83ba242a4
5 changed files with 33 additions and 4 deletions

View File

@@ -67,7 +67,7 @@ if (isset($_GET['BROWSER_TIME_ZONE_OFFSET'])) {
'xmlform',
'login/showInfo',
'',
['MESSAGE' => '<strong>The form has already been filled and sent.</strong>']
['MESSAGE' => '<strong>' . G::loadTranslation('ID_ABE_FORM_ALREADY_FILLED') . '</strong>']
);
}
} catch (Exception $e) {