This commit is contained in:
gmbnt 2020-04-07 10:49:32 +10:00
parent 2873655398
commit 562deec218
4 changed files with 4 additions and 4 deletions

View File

@ -41,6 +41,6 @@
android:textColor="@color/text" android:textColor="@color/text"
android:alpha="0.6" android:alpha="0.6"
android:textAlignment="center" 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" />
</LinearLayout> </LinearLayout>

View File

@ -32,7 +32,7 @@
android:textColor="@color/text" android:textColor="@color/text"
android:alpha="0.6" android:alpha="0.6"
android:textAlignment="center" 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." />
<View <View
android:layout_width="match_parent" android:layout_width="match_parent"

View File

@ -41,6 +41,6 @@
android:textColor="@color/text" android:textColor="@color/text"
android:alpha="0.6" android:alpha="0.6"
android:textAlignment="center" 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" />
</LinearLayout> </LinearLayout>

View File

@ -58,6 +58,6 @@
android:textColor="@color/text" android:textColor="@color/text"
android:alpha="0.6" android:alpha="0.6"
android:textAlignment="center" 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" />
</LinearLayout> </LinearLayout>