aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-04-27 08:08:21 +0000
committerMario <mario@mariovavti.com>2021-04-27 08:08:21 +0000
commit3699f78e955b4e051aa0d9f504a7abbd1cfa35f5 (patch)
treeeba25625ecec6855e79630117c43b23568d38987 /Zotlabs/Module/Admin
parentebd2283b384279c3e11994d2f1fbaa42b6794ce4 (diff)
downloadvolse-hubzilla-3699f78e955b4e051aa0d9f504a7abbd1cfa35f5.tar.gz
volse-hubzilla-3699f78e955b4e051aa0d9f504a7abbd1cfa35f5.tar.bz2
volse-hubzilla-3699f78e955b4e051aa0d9f504a7abbd1cfa35f5.zip
register: remove single quotes in advanced examples - they might be misleading
Diffstat (limited to 'Zotlabs/Module/Admin')
-rw-r--r--Zotlabs/Module/Admin/Site.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin/Site.php b/Zotlabs/Module/Admin/Site.php
index 156cc8ab8..ac132cf60 100644
--- a/Zotlabs/Module/Admin/Site.php
+++ b/Zotlabs/Module/Admin/Site.php
@@ -455,7 +455,7 @@ class Site {
t('Weekdays and hours must be separated by colon \':\', From-To ranges with a dash `-` example: 1:800-1200') . EOL .
t('Weekday:Hour pairs must be separated by space \' \' example: 1:900-1700 2:900-1700') . EOL .
t('From-To ranges must be separated by comma \',\' example: 1:800-1200,1300-1700 or 1-2,4-5:900-1700') . EOL .
- t('Advanced examples:') . ' \'1-5:0900-1200,1300-1700 6:900-1230\' ' . t('or') . ' \'1-2,4-5:800-1800\'<br>' . EOL .
+ t('Advanced examples:') . ' 1-5:0900-1200,1300-1700 6:900-1230 ' . t('or') . ' 1-2,4-5:800-1800<br>' . EOL .
'<a id="zar083a" class="btn btn-sm btn-outline-secondary zuia">' . t('Check your configuration') . '</a>'. EOL
],
'$register_perday' => ['register_perday',