We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f83c09 commit 90259fbCopy full SHA for 90259fb
application/forms/EntryForm.php
@@ -295,7 +295,7 @@ protected function assemble()
295
296
if ($this->showRemoveButton) {
297
$removeBtn = $this->createElement('submit', 'remove', [
298
- 'label' => $this->translate('Remove'),
+ 'label' => $this->translate('Remove Entry'),
299
'class' => 'btn-remove',
300
'formnovalidate' => true
301
]);
application/forms/ScheduleForm.php
@@ -132,7 +132,7 @@ protected function assemble()
132
133
134
135
+ 'label' => $this->translate('Delete Schedule'),
136
137
138
0 commit comments