aboutsummaryrefslogtreecommitdiffstats
path: root/apps/federatedfilesharing/tests
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-03-20 15:33:29 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2021-04-11 13:52:54 +0200
commit6da17a6fab438588b1838c0eef783e988edacf64 (patch)
treefe2f3485cd155a2ee73dd42b9424a588ca88d865 /apps/federatedfilesharing/tests
parent295fee91a887cd794447aeda3a7a06d7c9decf54 (diff)
downloadnextcloud-server-6da17a6fab438588b1838c0eef783e988edacf64.tar.gz
nextcloud-server-6da17a6fab438588b1838c0eef783e988edacf64.zip
l10n: Add word user in FederatedShareProvider.php
Standardizing text strings with other Nextcloud applications. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/federatedfilesharing/tests')
-rw-r--r--apps/federatedfilesharing/tests/FederatedShareProviderTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php
index 50d861cc5d7..45a2b158a64 100644
--- a/apps/federatedfilesharing/tests/FederatedShareProviderTest.php
+++ b/apps/federatedfilesharing/tests/FederatedShareProviderTest.php
@@ -437,7 +437,7 @@ class FederatedShareProviderTest extends \Test\TestCase {
try {
$this->provider->create($share);
} catch (\Exception $e) {
- $this->assertEquals('Sharing myFile failed, because this item is already shared with user@server.com', $e->getMessage());
+ $this->assertEquals('Sharing myFile failed, because this item is already shared with user user@server.com', $e->getMessage());
}
}