diff --git a/core/modules/ban/src/Form/BanDelete.php b/core/modules/ban/src/Form/BanDelete.php
index 0228778..8604d0a 100644
--- a/core/modules/ban/src/Form/BanDelete.php
+++ b/core/modules/ban/src/Form/BanDelete.php
@@ -91,7 +91,7 @@ public function buildForm(array $form, array &$form_state, $ban_id = '') {
   public function submitForm(array &$form, array &$form_state) {
     $this->ipManager->unbanIp($this->banIp);
     watchdog('user', 'Deleted %ip', array('%ip' => $this->banIp));
-    drupal_set_message($this->t('The IP address %ip was deleted.', array('%ip' => $this->banIp)));
+    drupal_set_message($this->t('The IP address %ip is deleted.', array('%ip' => $this->banIp)));
     $form_state['redirect_route'] = $this->getCancelRoute();
   }
 
