@@ -203,7 +203,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) {
$form['disable_sql_rewrite']=array(
'#title'=>$this->t('Disable SQL rewriting'),
'#description'=>$this->t('Disabling SQL rewriting will disable node_access checks as well as other modules that implement hook_query_alter().'),
'#description'=>$this->t('Disabling SQL rewriting will omit all query tags, i. e. disable nodeaccess checks as well as override hook_query_alter() implementations in other modules.'),
'#suffix'=>'<div class="messages messages--warning sql-rewrite-warning js-hide">'.$this->t('WARNING: Disabling SQL rewriting means that node access security is disabled. This may allow users to see data they should not be able to see if your view is misconfigured. Use this option only if you understand and accept this security risk.').'</div>',