From a93aad51248c562408b3a0650b7ae470ae52bfb0 Mon Sep 17 00:00:00 2001
From: Matthew Chen <charlesmchen@gmail.com>
Date: Fri, 7 Apr 2017 13:03:22 -0400
Subject: [PATCH] Respond to CR.

// FREEBIE
---
 Signal/src/ViewControllers/BlockListUIUtils.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Signal/src/ViewControllers/BlockListUIUtils.m b/Signal/src/ViewControllers/BlockListUIUtils.m
index c1bc5d1f3..06e4d26bf 100644
--- a/Signal/src/ViewControllers/BlockListUIUtils.m
+++ b/Signal/src/ViewControllers/BlockListUIUtils.m
@@ -82,7 +82,7 @@ typedef void (^BlockAlertCompletionBlock)();
             [self showOkAlertWithTitle:NSLocalizedString(@"BLOCK_LIST_VIEW_CANT_BLOCK_SELF_ALERT_TITLE",
                                            @"The title of the 'You can't block yourself' alert.")
                                message:NSLocalizedString(@"BLOCK_LIST_VIEW_CANT_BLOCK_SELF_ALERT_MESSAGE",
-                                           @"The title of the 'You can't block yourself' alert.")
+                                           @"The message of the 'You can't block yourself' alert.")
                     fromViewController:fromViewController
                        completionBlock:^{
                            if (completionBlock) {