From 2b2756c5e75eba6f210f7eae00cf1c25d1698376 Mon Sep 17 00:00:00 2001 From: Niels Andriesse Date: Fri, 14 May 2021 13:30:52 +1000 Subject: [PATCH] Update copy --- app/src/main/res/layout-sw400dp/activity_pn_mode.xml | 4 ++-- app/src/main/res/layout/activity_pn_mode.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout-sw400dp/activity_pn_mode.xml b/app/src/main/res/layout-sw400dp/activity_pn_mode.xml index e31e269a2e..fb1fc1c6ca 100644 --- a/app/src/main/res/layout-sw400dp/activity_pn_mode.xml +++ b/app/src/main/res/layout-sw400dp/activity_pn_mode.xml @@ -56,7 +56,7 @@ android:layout_marginTop="4dp" android:textSize="@dimen/very_small_font_size" android:textColor="@color/text" - android:text="You’ll be notified of new messages reliably and immediately using Google’s notification servers. The contents of your messages, and who you’re messaging, are never exposed to Google." /> + android:text="You’ll be notified of new messages reliably and immediately using Google’s notification servers." /> + android:text="Session will occasionally check for new messages in the background." /> diff --git a/app/src/main/res/layout/activity_pn_mode.xml b/app/src/main/res/layout/activity_pn_mode.xml index 2e8f12b7f2..b86c0a3221 100644 --- a/app/src/main/res/layout/activity_pn_mode.xml +++ b/app/src/main/res/layout/activity_pn_mode.xml @@ -56,7 +56,7 @@ android:layout_marginTop="4dp" android:textSize="@dimen/very_small_font_size" android:textColor="@color/text" - android:text="You’ll be notified of new messages reliably and immediately using Google’s notification servers. The contents of your messages, and who you’re messaging, are never exposed to Google." /> + android:text="You’ll be notified of new messages reliably and immediately using Google’s notification servers." /> + android:text="Session will occasionally check for new messages in the background." />