Skip to content

Commit 2852a4d

Browse files
committed
ChannelForm: Clarify delete button label
1 parent eb65ebd commit 2852a4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/forms/ChannelForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ protected function assemble()
167167
'submit',
168168
'delete',
169169
[
170-
'label' => $this->translate('Delete'),
170+
'label' => $this->translate('Delete Channel'),
171171
'class' => 'btn-remove',
172172
'formnovalidate' => true
173173
]

0 commit comments

Comments
 (0)