aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-09-07 14:58:16 +0200
committerMario Vavti <mario@mariovavti.com>2018-09-07 14:58:16 +0200
commit9607bb29fd354245f915fcf8c2d109035dc52ede (patch)
treec2e99ca961ede8c3ac731ea9859dbd27f59f37ac /Zotlabs
parentd29415a6e2f1b89e7e9463ce337946d7bf78aa5c (diff)
downloadvolse-hubzilla-9607bb29fd354245f915fcf8c2d109035dc52ede.tar.gz
volse-hubzilla-9607bb29fd354245f915fcf8c2d109035dc52ede.tar.bz2
volse-hubzilla-9607bb29fd354245f915fcf8c2d109035dc52ede.zip
missing text
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Channel.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Channel.php b/Zotlabs/Module/Channel.php
index dff44660c..8941faf56 100644
--- a/Zotlabs/Module/Channel.php
+++ b/Zotlabs/Module/Channel.php
@@ -420,7 +420,7 @@ class Channel extends Controller {
$o .= alt_pager(count($items));
}
else {
- $o .= '<div class="section-content-warning-wrapper">' . t('You must enable javascript for your browser to view this content.') . '</div>';
+ $o .= '<div class="section-content-warning-wrapper">' . t('You must enable javascript for your browser to be able to view this content.') . '</div>';
}
$o .= '</noscript>';