summaryrefslogtreecommitdiffstats
path: root/resources/qml/dialogs
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2023-10-01 12:57:03 +0000
committerGitHub <noreply@github.com>2023-10-01 12:57:03 +0000
commite9104f8c696850cf52080506a5e4ccbf704f01e7 (patch)
tree31cafaea439190959e429d37a78015ae5fac4459 /resources/qml/dialogs
parent79a32bea50cb46d20e1466fadc710df9e28eab23 (diff)
parent6b41c77dadd16ef5d10c7b36ef22d5a089973d7b (diff)
Merge pull request #1534 from Nheko-Reborn/issue1494
Use @user:example.com for all sample mxids
Diffstat (limited to 'resources/qml/dialogs')
-rw-r--r--resources/qml/dialogs/InviteDialog.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/dialogs/InviteDialog.qml b/resources/qml/dialogs/InviteDialog.qml
index 58bae7fd..ce17bd0f 100644
--- a/resources/qml/dialogs/InviteDialog.qml
+++ b/resources/qml/dialogs/InviteDialog.qml
@@ -100,7 +100,7 @@ ApplicationWindow {
property bool isValidMxid: text.match("@.+?:.{3,}")
backgroundColor: palette.window
- placeholderText: qsTr("@joe:matrix.org", "Example user id. The name 'joe' can be localized however you want.")
+ placeholderText: qsTr("@user:yourserver.example.com", "Example user id. The name 'user' can be localized however you want.")
Layout.fillWidth: true
onAccepted: {
if (isValidMxid) {