summaryrefslogtreecommitdiff
path: root/poezio/plugin_e2ee.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/plugin_e2ee.py')
-rw-r--r--poezio/plugin_e2ee.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/plugin_e2ee.py b/poezio/plugin_e2ee.py
index 38ada42f..c94f5ede 100644
--- a/poezio/plugin_e2ee.py
+++ b/poezio/plugin_e2ee.py
@@ -98,7 +98,7 @@ class E2EEPlugin(BasePlugin):
return ""
if jid in self._enabled_tabs:
- return self.encryption_short_name
+ return " " + self.encryption_short_name
return ""
def _toggle_tab(self, _input: str) -> None: