diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-04-15 16:19:08 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2021-05-20 09:26:38 +0200 |
commit | 602448a05b0d157b22cbab8fb35105c75f389f99 (patch) | |
tree | 63fa8991db2f901a6f955380e1b9b19523e7ab69 /apps/files_sharing/tests | |
parent | 0e39cef0d91147cd9d1d9394fbf67b4f2f521935 (diff) | |
download | nextcloud-server-602448a05b0d157b22cbab8fb35105c75f389f99.tar.gz nextcloud-server-602448a05b0d157b22cbab8fb35105c75f389f99.zip |
l10n: Unify spelling in test
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r-- | apps/files_sharing/tests/ApiTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/ApiTest.php b/apps/files_sharing/tests/ApiTest.php index 59837195605..523faec1615 100644 --- a/apps/files_sharing/tests/ApiTest.php +++ b/apps/files_sharing/tests/ApiTest.php @@ -1356,7 +1356,7 @@ class ApiTest extends TestCase { $this->fail(); } catch (OCSException $e) { $this->assertEquals(404, $e->getCode()); - $this->assertEquals('Can’t set expiration date more than 7 days in the future', $e->getMessage()); + $this->assertEquals('Cannot set expiration date more than 7 days in the future', $e->getMessage()); } $ocs->cleanup(); |