1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2025-07-19 06:55:24 +02:00

positionmanager: correct grammar for notification text

Change-Id: I6a8646f59496d5f27e775ae46725c2ac21b3d034
This commit is contained in:
Andreas Traczyk 2023-05-19 11:44:20 -04:00 committed by Sébastien Blin
parent e932e19a42
commit d4aa66c482

View file

@ -406,7 +406,7 @@ PositionManager::showNotification(const QString& accountId,
else
bestName = lrcInstance_->getAccountInfo(accountId).contactModel->bestNameForContact(from);
auto body = tr("%1 is sharing it's location").arg(bestName);
auto body = tr("%1 is sharing their location").arg(bestName);
#ifdef Q_OS_LINUX
auto contactPhoto = Utils::contactPhoto(lrcInstance_, from, QSize(50, 50), accountId);
auto notifId = QString("%1;%2;%3").arg(accountId).arg(convId).arg(from);