aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-09-13 17:31:00 +0200
committerChristian Schneppe <christian@pix-art.de>2018-09-13 17:31:00 +0200
commit3a9859546aa8f9881d1c26ebebbeb2db2923b007 (patch)
treead9ecca0c97893ac87c0c6564d5624b0652b9c78 /src/main/res/values/strings.xml
parent46b77bf34219aa47e916f0ab980d3bd5bb05ba34 (diff)
make channel for video compression, updater, backup
Diffstat (limited to 'src/main/res/values/strings.xml')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 3c1e766da..0c05f4f3b 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -825,4 +825,7 @@
<string name="silent_messages_channel_description">This notification group is used to display notifications that should not trigger any sound. For example when being active on another device (Grace Period).</string>
<string name="pref_more_notification_settings">Notification Settings</string>
<string name="pref_more_notification_settings_summary">Importance, Sound, Vibrate</string>
+ <string name="video_compression_channel_name">Video compression</string>
+ <string name="backup_channel_name">Database backup</string>
+ <string name="app_update_channel_name">App update</string>
</resources>