commit 7714537bef3658d60a994d8cf9ccca83642d8105 parent f30e91fc353c7bdeaa62560de71f358905a0bdf9 Author: Jacki <jacki@thejackimonster.de> Date: Thu, 15 Feb 2024 23:36:37 +0100 Adjust lobby warning text Signed-off-by: Jacki <jacki@thejackimonster.de> Diffstat:
| M | resources/ui/new_lobby.ui | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/resources/ui/new_lobby.ui b/resources/ui/new_lobby.ui @@ -163,7 +163,7 @@ Author: Tobias Frisch <object class="GtkLabel"> <property name="visible">True</property> <property name="can-focus">False</property> - <property name="label" translatable="yes">Beware that you don't reuse lobbies to establish private chats with only one of your contacts!</property> + <property name="label" translatable="yes">Please notice that everyone with access to the lobby's code can enter its chat!</property> <property name="wrap">True</property> <property name="wrap-mode">word-char</property> </object>