summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorstom79 <tschneider.ac@gmail.com>2019-01-13 14:33:34 +0100
committerstom79 <tschneider.ac@gmail.com>2019-01-13 14:33:34 +0100
commit45fb620f0db1bd50206284f2e72bc2a6ad748917 (patch)
tree25e1c3a379f66471d887a02d0b0921cce272ffbb /app
parentcad38af9e105b96c7a6f7b98f58313d323a216ac (diff)
Fix #723 - Add more details in confirmation popup
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 6519d4e12..a07acc175 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -640,7 +640,7 @@
<string name="no_blocked_domain">No blocked domains!</string>
<string name="unblock_domain_confirm">Unblock domain</string>
<string name="unblock_domain_confirm_message">Are you sure to unblock %s?</string>
- <string name="block_domain_confirm_message">Are you sure to block %s?</string>
+ <string name="block_domain_confirm_message">Are you sure to block %s?\n\nYou will not see any content from that domain in any public timeline or in your notifications. Your followers from that domain will be removed.</string>
<string name="blocked_domains">Blocked domains</string>
<string name="block_domain">Block domain</string>
<string name="toast_block_domain">The domain is blocked</string>