diff options
author | Mario <mario@mariovavti.com> | 2021-04-08 14:57:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-08 14:57:16 +0000 |
commit | a9da370c0bf5777a0345744667240ef0c615dcaa (patch) | |
tree | ae69c65e68d2032b71ad4f6871413276dd643e73 /include | |
parent | cf62e07bec8ffe6b9e5c92d56c13ee3cbe06b5bf (diff) | |
download | volse-hubzilla-a9da370c0bf5777a0345744667240ef0c615dcaa.tar.gz volse-hubzilla-a9da370c0bf5777a0345744667240ef0c615dcaa.tar.bz2 volse-hubzilla-a9da370c0bf5777a0345744667240ef0c615dcaa.zip |
register: cleanup template
Diffstat (limited to 'include')
-rw-r--r-- | include/js_strings.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index e06e105fd..25b73d71e 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -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') + )); } |