missing text

This commit is contained in:
Mario Vavti 2018-09-07 14:58:16 +02:00
parent d29415a6e2
commit 9607bb29fd

View File

@ -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>';