From 0855faabb4e43dcc1b4c7fd50f8138aeb4526cf7 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 21 Jun 2017 15:06:48 -0400 Subject: [PATCH] Respond to CR. // FREEBIE --- Signal/src/ViewControllers/ShowGroupMembersViewController.m | 6 +++--- Signal/translations/en.lproj/Localizable.strings | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Signal/src/ViewControllers/ShowGroupMembersViewController.m b/Signal/src/ViewControllers/ShowGroupMembersViewController.m index 44f284cf7..2113f26a9 100644 --- a/Signal/src/ViewControllers/ShowGroupMembersViewController.m +++ b/Signal/src/ViewControllers/ShowGroupMembersViewController.m @@ -201,7 +201,7 @@ NS_ASSUME_NONNULL_BEGIN customRowHeight:[ContactTableViewCell rowHeight] actionBlock:^{ if (useVerifyAction) { - [weakSelf verifySafetyNumber:recipientId]; + [weakSelf showSafetyNumberView:recipientId]; } else { [weakSelf didSelectRecipientId:recipientId]; } @@ -386,7 +386,7 @@ NS_ASSUME_NONNULL_BEGIN @"safety number of another user.") style:UIAlertActionStyleDefault handler:^(UIAlertAction *_Nonnull action) { - [self verifySafetyNumber:recipientId]; + [self showSafetyNumberView:recipientId]; }]]; } @@ -419,7 +419,7 @@ NS_ASSUME_NONNULL_BEGIN [Environment callUserWithIdentifier:recipientId]; } -- (void)verifySafetyNumber:(NSString *)recipientId +- (void)showSafetyNumberView:(NSString *)recipientId { OWSAssert(recipientId.length > 0); diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 7b5fb53d6..06db3f997 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -581,10 +581,10 @@ "GROUP_MEMBERS_CALL" = "Call"; /* Label for the button that clears all verification errors in the 'group members' view. */ -"GROUP_MEMBERS_RESET_NO_LONGER_VERIFIED" = "Mark All As Not Verified"; +"GROUP_MEMBERS_RESET_NO_LONGER_VERIFIED" = "Clear Verification For All"; /* Label for the 'reset all no-longer-verified group members' confirmation alert. */ -"GROUP_MEMBERS_RESET_NO_LONGER_VERIFIED_ALERT_MESSAGE" = "This will mark all of the group members whose safety numbers have changed since they were last verified as not verified."; +"GROUP_MEMBERS_RESET_NO_LONGER_VERIFIED_ALERT_MESSAGE" = "This will clear the verification of all group members whose safety numbers have changed since they were last verified."; /* Title for the 'members' section of the 'group members' view. */ "GROUP_MEMBERS_SECTION_TITLE_MEMBERS" = "Members"; @@ -989,7 +989,7 @@ "PRIVACY_TAP_TO_SCAN" = "Tap to Scan"; /* Button that lets user mark another user's identity as unverified. */ -"PRIVACY_UNVERIFY_BUTTON" = "Mark as not Verified"; +"PRIVACY_UNVERIFY_BUTTON" = "Clear Verification"; /* Alert body when verifying with {{contact name}} */ "PRIVACY_VERIFICATION_FAILED_I_HAVE_WRONG_KEY_FOR_THEM" = "This doesn't look like your safety number with %@. Are you verifying the correct contact?";