diff --git a/res/layout-sw400dp/fragment_enter_chat_url.xml b/res/layout-sw400dp/fragment_enter_chat_url.xml index e895f99639..0fcac50855 100644 --- a/res/layout-sw400dp/fragment_enter_chat_url.xml +++ b/res/layout-sw400dp/fragment_enter_chat_url.xml @@ -41,6 +41,6 @@ android:textColor="@color/text" android:alpha="0.6" android:textAlignment="center" - android:text="Open groups can be joined by anyone and do not provide full metadata protection" /> + android:text="Open groups can be joined by anyone and do not provide full privacy protection" /> \ No newline at end of file diff --git a/res/layout/activity_create_closed_group.xml b/res/layout/activity_create_closed_group.xml index 67d64f3697..55ccb98171 100644 --- a/res/layout/activity_create_closed_group.xml +++ b/res/layout/activity_create_closed_group.xml @@ -32,7 +32,7 @@ android:textColor="@color/text" android:alpha="0.6" android:textAlignment="center" - android:text="Closed groups are end-to-end encrypted group chats for up to 10 members. They provide the same privacy protections as one-on-one sessions." /> + android:text="Closed groups support up to 10 members and provide the same privacy protections as one-on-one sessions." /> + android:text="Open groups can be joined by anyone and do not provide full privacy protection" /> \ No newline at end of file diff --git a/res/layout/fragment_open_group_suggestion_bottom_sheet.xml b/res/layout/fragment_open_group_suggestion_bottom_sheet.xml index b26d9f86dc..d586f461c2 100644 --- a/res/layout/fragment_open_group_suggestion_bottom_sheet.xml +++ b/res/layout/fragment_open_group_suggestion_bottom_sheet.xml @@ -58,6 +58,6 @@ android:textColor="@color/text" android:alpha="0.6" android:textAlignment="center" - android:text="Open groups can be joined by anyone and do not provide full metadata protection" /> + android:text="Open groups can be joined by anyone and do not provide full privacy protection" />