From 57e233413a3afa28064247ac5eb8eb046bda2956 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Fri, 13 May 2022 16:41:56 -0400 Subject: [PATCH] Update string for group invite. --- .../messagerequests/MessageRequestsBottomView.java | 6 +++++- app/src/main/res/values/strings.xml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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 0595520e9..dd3a54413 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 136723428..a658bc8fd 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