mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-03-28 14:56:19 +01:00
misc: ux/ui rename “swarm” to “group”
trust request → invitation Swarm created → Group conversation created GitLab: #1845 GitLab: #1886 Change-Id: I15932d607f8ccfbdbd332f500635a0c98298a576
This commit is contained in:
parent
7659080b34
commit
12628713f1
2 changed files with 3 additions and 3 deletions
|
@ -246,8 +246,8 @@ ConversationsAdapter::onNewTrustRequest(const QString& accountId,
|
|||
auto contactPhoto = Utils::contactPhoto(lrcInstance_, peerUri, QSize(50, 50), accountId);
|
||||
auto notifId = QString("%1;%2").arg(accountId, conv);
|
||||
systemTray_->showNotification(notifId,
|
||||
tr("%1 received a new trust request").arg(to),
|
||||
"New request from " + peerBestName,
|
||||
tr("%1 received a new invitation").arg(to),
|
||||
"New invitation from " + peerBestName,
|
||||
SystemTray::NotificationType::REQUEST,
|
||||
Utils::QImageToByteArray(contactPhoto));
|
||||
};
|
||||
|
|
|
@ -87,7 +87,7 @@ Info::init(const MapStringString& message,
|
|||
if (message["mode"] == "0") {
|
||||
body = QObject::tr("Private conversation created");
|
||||
} else {
|
||||
body = QObject::tr("Swarm created");
|
||||
body = QObject::tr("Group conversation created");
|
||||
}
|
||||
} else if (type == Type::CALL) {
|
||||
duration = message["duration"].toInt() / 1000;
|
||||
|
|
Loading…
Add table
Reference in a new issue