diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2022-06-10 15:54:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-10 15:54:14 +0200 |
commit | 148498bba574587d66bc18c0f1685ec5e332f3ba (patch) | |
tree | a31fc8e5425a8ba29d462ab6a7d021e19f7575f5 /apps/files_sharing/lib/Controller/RemoteController.php | |
parent | 6ee4e0b94c15a784e8a22ee790664f0d21caa02b (diff) | |
parent | 50c697dbd4a8f8ab2f372944c0a55ad89f201f40 (diff) | |
download | nextcloud-server-148498bba574587d66bc18c0f1685ec5e332f3ba.tar.gz nextcloud-server-148498bba574587d66bc18c0f1685ec5e332f3ba.zip |
Merge pull request #32741 from nextcloud/Valdnet-patch-2
l10n: Delete apostrophe
Diffstat (limited to 'apps/files_sharing/lib/Controller/RemoteController.php')
-rw-r--r-- | apps/files_sharing/lib/Controller/RemoteController.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/lib/Controller/RemoteController.php b/apps/files_sharing/lib/Controller/RemoteController.php index 75684220c52..47523e08639 100644 --- a/apps/files_sharing/lib/Controller/RemoteController.php +++ b/apps/files_sharing/lib/Controller/RemoteController.php @@ -86,7 +86,7 @@ class RemoteController extends OCSController { $this->logger->error('Could not accept federated share with id: ' . $id, ['app' => 'files_sharing']); - throw new OCSNotFoundException('wrong share ID, share doesn\'t exist.'); + throw new OCSNotFoundException('wrong share ID, share does not exist.'); } /** @@ -106,7 +106,7 @@ class RemoteController extends OCSController { // Make sure the user has no notification for something that does not exist anymore. $this->externalManager->processNotification($id); - throw new OCSNotFoundException('wrong share ID, share doesn\'t exist.'); + throw new OCSNotFoundException('wrong share ID, share does not exist.'); } /** |