diff options
author | Mario <mario@mariovavti.com> | 2021-04-09 19:06:36 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-04-09 19:06:36 +0000 |
commit | df6f2abfbe283a25cdfe3c8fae848abda35cedaf (patch) | |
tree | 720fbf79f88a96b1bba96f422f8b2c46323e5198 /Zotlabs/Module/Admin/Site.php | |
parent | 684245f24df8d0f25638170a5c8c0739df80b45a (diff) | |
download | volse-hubzilla-df6f2abfbe283a25cdfe3c8fae848abda35cedaf.tar.gz volse-hubzilla-df6f2abfbe283a25cdfe3c8fae848abda35cedaf.tar.bz2 volse-hubzilla-df6f2abfbe283a25cdfe3c8fae848abda35cedaf.zip |
register: if auto create is configured do some more tests against the provided name and nick so it will not fail later in create_identity();
Diffstat (limited to 'Zotlabs/Module/Admin/Site.php')
-rw-r--r-- | Zotlabs/Module/Admin/Site.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Zotlabs/Module/Admin/Site.php b/Zotlabs/Module/Admin/Site.php index 73c24897f..8a7bb1180 100644 --- a/Zotlabs/Module/Admin/Site.php +++ b/Zotlabs/Module/Admin/Site.php @@ -469,8 +469,7 @@ class Site { . t('From-To ranges are joined with `-`') . '. ' . t('ie') . ' `1-5:0900-1200,1300-1700 6:900-1230` ' . t('or') .' `1-2,4-5:800-1800` ' . EOL . ' <a id="zar083a" class="zuia btn">' . t('Parse and test your input') . '</a>'. EOL - . t('If left empty, defaults to 24h closed everyday the week.') . ' ' - . t('To open 24h everyday the week, short is `-:-`.') . ' ' + . t('If left empty, defaults to 24h open everyday the week (-:-).') . ' ' . t('Note, ranges are specified as open-close pairs and in case of') . ' 0900-1200 ' . t('results to: opens 9h and closes 12h. If meant open 9h to 12h exactly, say `0900-1201`'), |