From 828c297788a932d3c66f990154be85dfd7837304 Mon Sep 17 00:00:00 2001 From: caryoscelus Date: Wed, 8 Jun 2022 19:50:22 +0000 Subject: [PATCH] fix sidebar donations --- plugins/Sidebar/SidebarPlugin.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plugins/Sidebar/SidebarPlugin.py b/plugins/Sidebar/SidebarPlugin.py index 5c771543..27f1e636 100644 --- a/plugins/Sidebar/SidebarPlugin.py +++ b/plugins/Sidebar/SidebarPlugin.py @@ -452,14 +452,18 @@ class UiWebsocketPlugin(object): if donate_btc: body.append(_("""
- {donate_btc} + {donate_btc}
+
+
{_[Donate BTC]}
""")) if donate_xmr: body.append(_("""
- {donate_key} + {donate_key}
+
+
{_[Donate Monero]}
"""))