Skip to content

Commit 90259fb

Browse files
committed
Clarify button labels in forms
1 parent 0f83c09 commit 90259fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

application/forms/EntryForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ protected function assemble()
295295

296296
if ($this->showRemoveButton) {
297297
$removeBtn = $this->createElement('submit', 'remove', [
298-
'label' => $this->translate('Remove'),
298+
'label' => $this->translate('Remove Entry'),
299299
'class' => 'btn-remove',
300300
'formnovalidate' => true
301301
]);

application/forms/ScheduleForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected function assemble()
132132

133133
if ($this->showRemoveButton) {
134134
$removeBtn = $this->createElement('submit', 'remove', [
135-
'label' => $this->translate('Remove'),
135+
'label' => $this->translate('Delete Schedule'),
136136
'class' => 'btn-remove',
137137
'formnovalidate' => true
138138
]);

0 commit comments

Comments
 (0)