mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
parent
b2f817925b
commit
fb7640db0a
@ -80,7 +80,7 @@ class Limiter extends AbstractWidget
|
|||||||
$this->url->setParam('limit', $limit),
|
$this->url->setParam('limit', $limit),
|
||||||
null,
|
null,
|
||||||
array(
|
array(
|
||||||
'title' => sprintf(t('Show %s rows on one page'), $caption)
|
'title' => sprintf($view->translate('Limit each page to a maximum of %u rows'), $caption)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user