Issue #2489402 by Bojhan: Remove "if any" from pager title
parent
f9b6f97613
commit
a0164e04b8
|
@ -1812,7 +1812,7 @@ abstract class DisplayPluginBase extends PluginBase implements DisplayPluginInte
|
|||
}
|
||||
break;
|
||||
case 'pager':
|
||||
$form['#title'] .= $this->t('Select which pager, if any, to use for this view');
|
||||
$form['#title'] .= $this->t('Select pager');
|
||||
$form['pager'] = array(
|
||||
'#prefix' => '<div class="clearfix">',
|
||||
'#suffix' => '</div>',
|
||||
|
|
Loading…
Reference in New Issue