summaryrefslogtreecommitdiffstats
path: root/lib/Notification/Notifier.php
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-01-13 13:44:58 -0300
committerVitor Mattos <vitor@php.rio>2023-01-14 10:02:23 -0300
commit71aa1692c51ea845e70e74f498e201748fd10702 (patch)
tree29ac47a36692f440f5eb2be3ef136369d9e010a4 /lib/Notification/Notifier.php
parent2a12d6037a3a9a37bb216f1ae95ac0f08f3622c2 (diff)
Refactors after code review
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'lib/Notification/Notifier.php')
-rw-r--r--lib/Notification/Notifier.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php
index 52d08a89b..936006a4b 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -293,7 +293,7 @@ class Notifier implements INotifier {
return $temp;
}
- private function parseStoredRecording(INotification $notification, Room $room, Participant $participant, IL10N $l): INOtification {
+ private function parseStoredRecording(INotification $notification, Room $room, Participant $participant, IL10N $l): INotification {
$shareAction = $notification->createAction()
->setParsedLabel($l->t('Share to chat'))
->setPrimary(true)
@@ -310,7 +310,7 @@ class Notifier implements INotifier {
$notification
->setRichSubject(
- $l->t('Record file of {call}'),
+ $l->t('Recording for the call in {call} was uploaded.'),
[
'call' => [
'type' => 'call',