From 9020e2c7cb99ea7ccab0c298bff05dfa2664fed6 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 18 Feb 2025 20:52:13 -0500 Subject: [PATCH] Remove word puzzle in the new invitation page --- src/qml/InvitationView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/InvitationView.qml b/src/qml/InvitationView.qml index f1796730d..52d9f44fe 100644 --- a/src/qml/InvitationView.qml +++ b/src/qml/InvitationView.qml @@ -67,7 +67,7 @@ ColumnLayout { } QQC2.Label { - text: i18nc("@info:label", "is inviting you to chat.") + text: i18nc("@info:label", "This user is inviting you to chat.") Layout.alignment: Qt.AlignHCenter }