diff options
author | Christian Schneppe <christian@pix-art.de> | 2019-07-17 20:44:34 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2019-07-17 20:44:34 +0200 |
commit | d52f09b6f4f165fda2d147cd968dcee23524c339 (patch) | |
tree | 74b2e4c17421cf285aee45801f189d577c01d057 /src/main/res/values | |
parent | c88523b1b84e9226e524e8d9b7ef6987118cd2cd (diff) |
handle blocking and unblocking of full jids
Diffstat (limited to 'src/main/res/values')
-rw-r--r-- | src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index ba865ca52..3407f6e9e 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -920,4 +920,6 @@ <string name="enable_message_encryption">This chat is unencrypted. For security reasons you should enable message encryption, preferable OMEMO. If anything isn\'t working for you, you could disable message encryption by pressing the key lock icon.</string> <string name="hide_warning">Hide warning</string> <string name="change_password_in_next_step">You can change the generated password in the next step to your needs.</string> + <string name="action_unblock_participant">Unblock participant</string> + <string name="action_block_participant">Block participant</string> </resources> |