mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
Wording: replace "encrypted room" with "encrypted private chat"
This is for consistency with "Start a private chat", and is more specific.
This commit is contained in:
parent
bb1f2da4dc
commit
eea7aecc04
1 changed files with 2 additions and 2 deletions
|
@ -407,8 +407,8 @@ TimelineViewManager::verifyUser(QString userid)
|
||||||
}
|
}
|
||||||
|
|
||||||
emit ChatPage::instance()->showNotification(
|
emit ChatPage::instance()->showNotification(
|
||||||
tr("No share room with this user found. Create an "
|
tr("No encrypted private chat found with this user. Create an "
|
||||||
"encrypted room with this user and try again."));
|
"encrypted private chat with this user and try again."));
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue