aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian.schneppe@pix-art.de>2020-04-01 21:35:36 +0200
committerChristian Schneppe <christian.schneppe@pix-art.de>2020-04-01 21:35:36 +0200
commitf816abb0475b77815bce4cf850c6679715317f1f (patch)
treefc3ab065df861fe5db74d7c38624db64aa1a308f /src/main/res/values/strings.xml
parentfb56abb00f3c94e81ac009d07d2e570d32aa807e (diff)
display toast when trying to join channel with no enabled accounts
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 7fa728f54..15a0ff7ac 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -1005,4 +1005,5 @@
<string name="show_avatar">Show avatar</string>
<string name="action_delete">Delete</string>
<string name="attach_choose_video">Choose video</string>
+ <string name="please_enable_an_account">Please enable an account</string>
</resources>