Skip to content

Commit da5925c

Browse files
author
Kristan Kenney
committed
Fix confirmation message for un-suspending mail domain
1 parent 5e0ac2f commit da5925c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/templates/admin/list_mail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
$status = 'suspended';
8181
$spnd_action = 'unsuspend';
8282
$spnd_icon = 'fa-play';
83-
$spnd_confirmation = _('SUSPEND_DOMAIN_CONFIRMATION');
83+
$spnd_confirmation = _('UNSUSPEND_DOMAIN_CONFIRMATION');
8484
} else {
8585
$status = 'active';
8686
$spnd_action = 'suspend';

0 commit comments

Comments
 (0)