diff --git a/uw_custom_blocks.post_update.php b/uw_custom_blocks.post_update.php
index a4375102279e6b863dcb4b794264a0fed1940a02..44189dbe113f5e5220a3f63bb952936a51579098 100644
--- a/uw_custom_blocks.post_update.php
+++ b/uw_custom_blocks.post_update.php
@@ -215,7 +215,7 @@ function _references_block_titles_updates_batch_temp_storage(&$context) {
  *   about nodes and revisions processed during the batch operation.
  */
 function _references_block_titles_updates_batch_end(&$context) {
-  $context['message'] = t('Successfully updated @nodes_updated/@nodes_processed. nodes', [
+  $context['message'] = t('Successfully updated @nodes_updated/@nodes_processed nodes', [
     '@nodes_updated' => $context['results']['nodes_updated'],
     '@nodes_processed' => $context['results']['nodes_processed'],
   ]);