Skip to content
Snippets Groups Projects
Commit 3f87565c authored by Adrien Béraud's avatar Adrien Béraud
Browse files

preferences: add specific description for UnifiedPush

Change-Id: Ib22affcc20fefb568e409e826f7aa2980cb5062c
parent 027dd68c
No related branches found
No related tags found
No related merge requests found
......@@ -560,7 +560,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
style="@style/ListSecondary"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/pref_pushNotifications_summary" />
android:text="@string/pref_pushNotif_summary" />
</LinearLayout>
......
......@@ -11,7 +11,9 @@
<string name="pref_mobileData_summary">Allow Jami on 3G/LTE networks additionally to Wi-Fi</string>
<string name="pref_pushNotifications_title">Push notifications</string>
<string name="pref_pushNotif_summary" translatable="false" />
<string name="pref_pushNotifications_summary">Use Google servers to allow receiving calls/messages in the background</string>
<string name="pref_unifiedPush_summary">Use a UnifiedPush service to allow receiving calls/messages in the background</string>
<string name="pref_video_advanced_title">Advanced video settings</string>
<string name="pref_video_advanced_summary">Change the video bitrate, resolution, as well as access experimental features</string>
......
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pref_pushNotif_summary" translatable="false">@string/pref_pushNotifications_summary</string>
</resources>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="pref_pushNotif_summary" translatable="false">@string/pref_unifiedPush_summary</string>
</resources>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment