mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-23 13:54:26 +02:00
monitoring: Fix submit label of the DeleteCommentsCommandForm
This commit is contained in:
parent
5b143ce205
commit
15cf5a9724
@ -47,7 +47,7 @@ class DeleteCommentsCommandForm extends CommandForm
|
|||||||
*/
|
*/
|
||||||
public function getSubmitLabel()
|
public function getSubmitLabel()
|
||||||
{
|
{
|
||||||
return $this->translatePlural('Remove', 'Remove All', count($this->downtimes));
|
return $this->translatePlural('Remove', 'Remove All', count($this->comments));
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user