Skip to content

Commit

Permalink
Polite call notification for private calls
Browse files Browse the repository at this point in the history
Signed-off-by: Jakob Röhrl <jakob.roehrl@web.de>
  • Loading branch information
jakobroehrl authored and nickvergessen committed Oct 27, 2020
1 parent 0e23e2e commit e02ac4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Notification/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ protected function parseCall(INotification $notification, Room $room, IL10N $l):
if ($user instanceof IUser) {
if ($this->notificationManager->isPreparingPushNotification() || $room->hasSessionsInCall()) {
$notification = $this->addActionButton($notification, $l->t('Answer call'));
$subject = $l->t('{user} wants to talk with you');
$subject = $l->t('{user} would like to talk with you');
} else {
$notification = $this->addActionButton($notification, $l->t('Call back'));
$subject = $l->t('You missed a call from {user}');
Expand Down

0 comments on commit e02ac4d

Please sign in to comment.