monitoring: Fix submit label of the DeleteCommentsCommandForm

This commit is contained in:
Eric Lippmann 2015-08-21 10:31:21 +02:00
parent 5b143ce205
commit 15cf5a9724

View File

@ -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));
} }
/** /**