register: cleanup template

This commit is contained in:
Mario
2021-04-08 14:57:16 +00:00
parent cf62e07bec
commit a9da370c0b
5 changed files with 23 additions and 28 deletions

View File

@@ -116,6 +116,10 @@ function js_strings() {
'$allday' => t('All day','calendar'),
// mod cloud
'$download_info' => t('Please stand by while your download is being prepared.')
'$download_info' => t('Please stand by while your download is being prepared.'),
// mod register
'$email_not_valid' => t('Email address not valid')
));
}