summaryrefslogtreecommitdiffstats
path: root/lib/Notification
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2023-02-27 15:31:01 -0300
committerVitor Mattos <vitor@php.rio>2023-02-27 15:31:01 -0300
commit07fb57db5914ee00fd0005626c9bc3360610fcfd (patch)
tree7dc5569fab48a09bc95bcc50e3a2b6e4875e84ea /lib/Notification
parentad768613869a0a3420b8bf17f55e24dff85d8d7b (diff)
Fix typo
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'lib/Notification')
-rw-r--r--lib/Notification/Notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Notification/Notifier.php b/lib/Notification/Notifier.php
index 96450b23d..e3a525585 100644
--- a/lib/Notification/Notifier.php
+++ b/lib/Notification/Notifier.php
@@ -308,7 +308,7 @@ class Notifier implements INotifier {
): INotification {
$notification
->setRichSubject(
- $l->t('Fail to store recording of call {call}, reach out to the admin.'),
+ $l->t('Failed to store recording of call {call}, reach out to the admin.'),
[
'call' => [
'type' => 'call',