1 files changed, 2 insertions, 2 deletions
diff --git a/src/timeline/TimelineViewManager.cpp b/src/timeline/TimelineViewManager.cpp
index f9d7d00c..b2aea4bf 100644
--- a/src/timeline/TimelineViewManager.cpp
+++ b/src/timeline/TimelineViewManager.cpp
@@ -419,8 +419,8 @@ TimelineViewManager::verifyUser(QString userid)
}
emit ChatPage::instance()->showNotification(
- tr("No share room with this user found. Create an "
- "encrypted room with this user and try again."));
+ tr("No encrypted private chat found with this user. Create an "
+ "encrypted private chat with this user and try again."));
}
void
|