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:52:18 +0000 |
commit | e645ef0f163aefbaa9782019860cd35965795b16 (patch) | |
tree | 8bf19bfcb5541b354230381b0e3f4f4674f91e6e | |
parent | 088820acea1426995a96fc678f88e08716620035 (diff) | |
download | nextcloud-server-backport/49974/stable30.tar.gz nextcloud-server-backport/49974/stable30.zip |
fix(federatedfilesharing): fix notification typobackport/49974/stable30
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 25900ca420d..947427141b3 100644 --- a/apps/federatedfilesharing/lib/Notifications.php +++ b/apps/federatedfilesharing/lib/Notifications.php @@ -396,7 +396,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); |