diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2025-01-02 12:27:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-02 12:27:23 +0100 |
commit | 209a6f00e6ee62a60ebf960c008bd037c71ef7d4 (patch) | |
tree | 8bf19bfcb5541b354230381b0e3f4f4674f91e6e | |
parent | 088820acea1426995a96fc678f88e08716620035 (diff) | |
parent | e645ef0f163aefbaa9782019860cd35965795b16 (diff) | |
download | nextcloud-server-209a6f00e6ee62a60ebf960c008bd037c71ef7d4.tar.gz nextcloud-server-209a6f00e6ee62a60ebf960c008bd037c71ef7d4.zip |
Merge pull request #50014 from nextcloud/backport/49974/stable30
-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); |