Skip to content

Commit 69643e2

Browse files
committed
ContactForm: Clarify delete button label
1 parent 1ea711e commit 69643e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/Notifications/Web/Form/ContactForm.php

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

0 commit comments

Comments
 (0)