|
@@ -80,7 +80,7 @@
|
|
|
$status = 'suspended';
|
|
$status = 'suspended';
|
|
|
$spnd_action = 'unsuspend';
|
|
$spnd_action = 'unsuspend';
|
|
|
$spnd_icon = 'fa-play';
|
|
$spnd_icon = 'fa-play';
|
|
|
- $spnd_confirmation = _('SUSPEND_DOMAIN_CONFIRMATION');
|
|
|
|
|
|
|
+ $spnd_confirmation = _('UNSUSPEND_DOMAIN_CONFIRMATION');
|
|
|
} else {
|
|
} else {
|
|
|
$status = 'active';
|
|
$status = 'active';
|
|
|
$spnd_action = 'suspend';
|
|
$spnd_action = 'suspend';
|