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);