From fd6357708940e68eb01c3761d404053366213bee Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 17 May 2017 15:35:10 +0200 Subject: Improve wording of various error messages Signed-off-by: Jan-Christoph Borchardt --- apps/files_sharing/tests/ApiTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files_sharing/tests') 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(); -- cgit v1.2.3