Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwurstsalat <mailtrash@posteo.de>2023-06-05 20:54:06 +0300
committerwurstsalat <mailtrash@posteo.de>2023-06-05 20:54:11 +0300
commitf2c514f317737388cad1eea374c378e4cc933e7c (patch)
treeebad38e99e4e8bbf396f19a13e962ff0a4b04772 /gajim/data
parentd639b32d8b9edc941373d05d26014f8bcee3ffc4 (diff)
fix: Fix showing MAM sync errors and show error text
Diffstat (limited to 'gajim/data')
-rw-r--r--gajim/data/gui/groupchat_state.ui3
1 files changed, 1 insertions, 2 deletions
diff --git a/gajim/data/gui/groupchat_state.ui b/gajim/data/gui/groupchat_state.ui
index b7b3914d0..806fbf26c 100644
--- a/gajim/data/gui/groupchat_state.ui
+++ b/gajim/data/gui/groupchat_state.ui
@@ -165,10 +165,9 @@
</packing>
</child>
<child>
- <object class="GtkLabel">
+ <object class="GtkLabel" id="mam_error_label">
<property name="visible">True</property>
<property name="can-focus">False</property>
- <property name="label" translatable="yes">There has been an error while trying to fetch messages.</property>
<property name="wrap">True</property>
<property name="max-width-chars">50</property>
<property name="xalign">0</property>