feat: Rephrase "Establishing end-to-end encryption" -> "Establishing connection"

This commit is contained in:
Hocuri
2025-11-14 15:18:33 +01:00
parent 0d0602a4a5
commit c83c131a37
7 changed files with 8 additions and 8 deletions

View File

@@ -164,7 +164,7 @@ def test_qr_securejoin_broadcast(acfactory, all_devices_online):
if please_wait_info_msg:
first_msg = chat_msgs.pop(0).get_snapshot()
assert first_msg.text == "Establishing guaranteed end-to-end encryption, please wait…"
assert first_msg.text == "Establishing connection, please wait…"
assert first_msg.is_info
member_added_msg = chat_msgs.pop(0).get_snapshot()