Philipp Hörist pushed to branch master at gajim / gajim


Commits:
1f404ffe by Philipp Hörist at 2025-04-27T00:02:54+02:00
cfix: HistoryExport: Use Group Chat instead of Room

- - - - -


1 changed file:

- gajim/gtk/history_export.py


Changes:

=====================================
gajim/gtk/history_export.py
=====================================
@@ -155,7 +155,7 @@ def _get_nickname(self, message: Message) -> str:
             if message.resource is not None:
                 return message.resource
 
-            return _("Room")
+            return _("Group Chat")
 
         return str(message.remote.jid)
 



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/1f404ffece6fe9903f988b25940869de5f3004a1

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/1f404ffece6fe9903f988b25940869de5f3004a1
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to