Update remove from group copy.

This commit is contained in:
Michelle Tang
2025-06-06 16:27:50 -04:00
committed by Greyson Parrelli
parent 6edfcfdc4e
commit d20abec813
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@
<org.thoughtcrime.securesms.components.emoji.EmojiTextView
android:id="@+id/group_join_group_name"
style="@style/Signal.Text.HeadlineMedium"
style="@style/Signal.Text.Title.Large"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"

View File

@@ -1582,7 +1582,7 @@
<!-- Title shown when there was an known issue getting group information from a group link -->
<string name="GroupJoinBottomSheetDialogFragment_cant_join_group">Can\'t join group</string>
<!-- Message shown when you try to get information for a group via link but an admin has removed you -->
<string name="GroupJoinBottomSheetDialogFragment_you_cant_join_this_group_via_the_group_link_because_an_admin_removed_you">You can\'t join this group via the group link because an admin removed you.</string>
<string name="GroupJoinBottomSheetDialogFragment_you_cant_join_this_group_via_the_group_link_because_an_admin_removed_you">You can\'t join this group via the group link because an admin removed you. Contact an admin to be added back to the group.</string>
<!-- Message shown when you try to get information for a group via link but the link is no longer valid -->
<string name="GroupJoinBottomSheetDialogFragment_this_group_link_is_no_longer_valid">This group link is no longer valid.</string>
<!-- Title shown when there was an unknown issue getting group information from a group link -->