aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorskjnldsv <skjnldsv@protonmail.com>2024-12-26 13:50:24 +0100
committerJohn Molakvoæ <skjnldsv@users.noreply.github.com>2024-12-28 09:27:30 +0100
commit895a93921f7ee39ffe3774e2c26817aa11b84e78 (patch)
tree366c3c7a62db15b91e9abf96e0b69aa64d75e113
parentf9e6b1f81428f7ba786df781eb9a0389d8aee7c9 (diff)
downloadnextcloud-server-895a93921f7ee39ffe3774e2c26817aa11b84e78.tar.gz
nextcloud-server-895a93921f7ee39ffe3774e2c26817aa11b84e78.zip
fix(federatedfilesharing): fix notification typo
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
-rw-r--r--apps/federatedfilesharing/lib/Notifications.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php
index 3a111ae0ed0..3ba88dad016 100644
--- a/apps/federatedfilesharing/lib/Notifications.php
+++ b/apps/federatedfilesharing/lib/Notifications.php
@@ -398,7 +398,7 @@ class Notifications {
$fields['remoteId'],
[
'sharedSecret' => $fields['token'],
- 'messgage' => 'file is no longer shared with you'
+ 'message' => 'file is no longer shared with you'
]
);
return $this->federationProviderManager->sendNotification($remoteDomain, $notification);