summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/tests
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2017-05-17 15:35:10 +0200
committerMorris Jobke <hey@morrisjobke.de>2017-06-21 14:51:59 -0500
commitfd6357708940e68eb01c3761d404053366213bee (patch)
treef7e2c8a34fc76f6ffaf80f9b405f59e4a92b8cc3 /apps/files_sharing/tests
parent60edf2f18ab40439e2efb1d20e594f2797b6f31b (diff)
downloadnextcloud-server-fd6357708940e68eb01c3761d404053366213bee.tar.gz
nextcloud-server-fd6357708940e68eb01c3761d404053366213bee.zip
Improve wording of various error messages
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r--apps/files_sharing/tests/ApiTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/ApiTest.php b/apps/files_sharing/tests/ApiTest.php
index 046ede1f83e..67e50554696 100644
--- a/apps/files_sharing/tests/ApiTest.php
+++ b/apps/files_sharing/tests/ApiTest.php
@@ -1382,7 +1382,7 @@ class ApiTest extends TestCase {
$this->fail();
} catch (OCSException $e) {
$this->assertEquals(404, $e->getCode());
- $this->assertEquals('Cannot set expiration date more than 7 days in the future', $e->getMessage());
+ $this->assertEquals('Can’t set expiration date more than 7 days in the future', $e->getMessage());
}
$ocs->cleanup();