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) {