mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 14:24:41 +02:00
Don't override submit label in the ConfirmRemovalForm
This commit is contained in:
parent
5a69c26d2c
commit
bd54784496
@ -16,6 +16,6 @@ class ConfirmRemovalForm extends Form
|
||||
public function init()
|
||||
{
|
||||
$this->setName('form_confirm_removal');
|
||||
$this->setSubmitLabel($this->translate('Confirm Removal'));
|
||||
$this->getSubmitLabel() ?: $this->setSubmitLabel($this->translate('Confirm Removal'));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user