diff --git a/app/src/main/java/org/thoughtcrime/securesms/messagerequests/MessageRequestsBottomView.java b/app/src/main/java/org/thoughtcrime/securesms/messagerequests/MessageRequestsBottomView.java index 0595520e90..dd3a544137 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/messagerequests/MessageRequestsBottomView.java +++ b/app/src/main/java/org/thoughtcrime/securesms/messagerequests/MessageRequestsBottomView.java @@ -112,11 +112,15 @@ public class MessageRequestsBottomView extends ConstraintLayout { gv1Continue.setVisibility(GONE); break; case GROUP_V1: - case GROUP_V2_INVITE: question.setText(R.string.MessageRequestBottomView_do_you_want_to_join_this_group_they_wont_know_youve_seen_their_messages_until_you_accept); setActiveInactiveGroups(normalButtons, blockedButtons, gv1MigrationButtons); accept.setText(R.string.MessageRequestBottomView_accept); break; + case GROUP_V2_INVITE: + question.setText(R.string.MessageRequestBottomView_do_you_want_to_join_this_group_you_wont_see_their_messages); + setActiveInactiveGroups(normalButtons, blockedButtons, gv1MigrationButtons); + accept.setText(R.string.MessageRequestBottomView_accept); + break; case GROUP_V2_ADD: question.setText(R.string.MessageRequestBottomView_join_this_group_they_wont_know_youve_seen_their_messages_until_you_accept); setActiveInactiveGroups(normalButtons, blockedButtons, gv1MigrationButtons); diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 136723428e..a658bc8fd4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1333,6 +1333,7 @@ This Legacy Group can no longer be used because it is too large. The maximum group size is %1$d. Continue your conversation with %1$s and share your name and photo with them? Join this group and share your name and photo with its members? They won\'t know you\'ve seen their messages until you accept. + Join this group and share your name and photo with its members? You won\'t see their messages until you accept. Join this group? They won’t know you’ve seen their messages until you accept. Unblock this group and share your name and photo with its members? You won\'t receive any messages until you unblock them. https://support.signal.org/hc/articles/360007459591