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:
parent
e932e19a42
commit
d4aa66c482
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue