diff options
author | skjnldsv <skjnldsv@protonmail.com> | 2024-12-26 13:50:24 +0100 |
---|---|---|
committer | backportbot[bot] <backportbot[bot]@users.noreply.github.com> | 2025-01-02 10:51:11 +0000 |
commit | 471af62c5d12111935f8dc20637ff10c671a0ff8 (patch) | |
tree | b9fb9739e416548d86f92f92619e0a4f5a9c10cb | |
parent | fa773466fc7745c44689f7b589d17105c669d3f5 (diff) | |
download | nextcloud-server-backport/49974/stable29.tar.gz nextcloud-server-backport/49974/stable29.zip |
fix(federatedfilesharing): fix notification typobackport/49974/stable29
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
-rw-r--r-- | apps/federatedfilesharing/lib/Notifications.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/lib/Notifications.php b/apps/federatedfilesharing/lib/Notifications.php index 643604b98b7..2c4c65db9d9 100644 --- a/apps/federatedfilesharing/lib/Notifications.php +++ b/apps/federatedfilesharing/lib/Notifications.php @@ -416,7 +416,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); |