diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index 408f943848..fe4cea3c7f 100644 --- a/Signal/translations/en.lproj/Localizable.strings +++ b/Signal/translations/en.lproj/Localizable.strings @@ -788,9 +788,6 @@ /* Navbar title when viewing settings for a group thread */ "CONVERSATION_SETTINGS_GROUP_INFO_TITLE" = "Group Info"; -/* Format for the 'group member count' indicator in conversation settings view. Embeds {the number of group members}. */ -"CONVERSATION_SETTINGS_GROUP_MEMBER_COUNT_FORMAT" = "%@ members"; - /* Label for 'make group admin' button in conversation settings view. */ "CONVERSATION_SETTINGS_MAKE_GROUP_ADMIN_BUTTON" = "Make Admin"; @@ -3512,9 +3509,6 @@ /* Label for button to verify a user's safety number. */ "SYSTEM_MESSAGE_ACTION_VERIFY_SAFETY_NUMBER" = "Verify Safety Number"; -/* The number of members in a group. Embeds {{member count}} */ -"THREAD_DETAILS_GROUP_MEMBER_COUNT_FORMAT" = "%lu members"; - /* A string indicating two mutual groups the user shares with this contact and that there are more unlisted. Embeds {{mutual group name}} */ "THREAD_DETAILS_MORE_MUTUAL_GROUP" = "Member of %@, %@, and %lu additional groups";