aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-14 21:37:49 +0000
committerMario <mario@mariovavti.com>2020-11-14 21:37:49 +0000
commite74c52094f218686c59ddb5f6c186f02158cf89a (patch)
tree7be5457bcd756985adc7025db9424972f74a4a6c /Zotlabs/Module
parente05f1f95cf2168d6feb68473f88917f1e0b594ec (diff)
downloadvolse-hubzilla-e74c52094f218686c59ddb5f6c186f02158cf89a.tar.gz
volse-hubzilla-e74c52094f218686c59ddb5f6c186f02158cf89a.tar.bz2
volse-hubzilla-e74c52094f218686c59ddb5f6c186f02158cf89a.zip
remove dot
Diffstat (limited to 'Zotlabs/Module')
-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 2c85268a7..011bf3ce4 100644
--- a/Zotlabs/Module/Admin/Site.php
+++ b/Zotlabs/Module/Admin/Site.php
@@ -337,7 +337,7 @@ class Site {
'$directory_server' => (($dir_choices) ? array('directory_server', t("Directory Server URL"), get_config('system','directory_server'), t("Default directory server"), $dir_choices) : null),
- '$sse_enabled' => array('sse_enabled', t('Enable SSE Notifications'), get_config('system', 'sse_enabled', 0), t('If disabled, traditional polling will be used. Warning: this setting might not be suited for shared hosting.')),
+ '$sse_enabled' => array('sse_enabled', t('Enable SSE Notifications'), get_config('system', 'sse_enabled', 0), t('If disabled, traditional polling will be used. Warning: this setting might not be suited for shared hosting')),
'$proxyuser' => array('proxyuser', t("Proxy user"), get_config('system','proxyuser'), ""),
'$proxy' => array('proxy', t("Proxy URL"), get_config('system','proxy'), ""),