From 3699f78e955b4e051aa0d9f504a7abbd1cfa35f5 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 27 Apr 2021 08:08:21 +0000 Subject: register: remove single quotes in advanced examples - they might be misleading --- Zotlabs/Module/Admin/Site.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs/Module') 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\'
' . EOL . + t('Advanced examples:') . ' 1-5:0900-1200,1300-1700 6:900-1230 ' . t('or') . ' 1-2,4-5:800-1800
' . EOL . '' . t('Check your configuration') . ''. EOL ], '$register_perday' => ['register_perday', -- cgit v1.2.3