misc: update some strings

Change-Id: I635c527b8a5b83b91f70008ce6471af8f72f6aa9
This commit is contained in:
Sébastien Blin
2024-02-27 13:39:43 -05:00
parent 3855a5e951
commit a0b583aa8d

View File

@@ -307,11 +307,11 @@ getCallInteractionStringNonSwarm(bool isSelf,
const QString& reason = "")
{
if (reason == "busy") {
return QObject::tr("Missed call, peer is busy");
return QObject::tr("User busy");
} else if (reason == "declined") {
return QObject::tr("Missed call, peer declined");
return QObject::tr("User declined");
} else if (reason == "no_device") {
return QObject::tr("Missed call, peer offline");
return QObject::tr("User offline");
}
if (duration < 0) {