aboutsummaryrefslogtreecommitdiffstats
path: root/include/js_strings.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-04-08 14:57:16 +0000
committerMario <mario@mariovavti.com>2021-04-08 14:57:16 +0000
commita9da370c0bf5777a0345744667240ef0c615dcaa (patch)
treeae69c65e68d2032b71ad4f6871413276dd643e73 /include/js_strings.php
parentcf62e07bec8ffe6b9e5c92d56c13ee3cbe06b5bf (diff)
downloadvolse-hubzilla-a9da370c0bf5777a0345744667240ef0c615dcaa.tar.gz
volse-hubzilla-a9da370c0bf5777a0345744667240ef0c615dcaa.tar.bz2
volse-hubzilla-a9da370c0bf5777a0345744667240ef0c615dcaa.zip
register: cleanup template
Diffstat (limited to 'include/js_strings.php')
-rw-r--r--include/js_strings.php6
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')
+
));
}