Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-04-15 17:19:08 +0300
committerMorris Jobke <hey@morrisjobke.de>2021-05-20 10:26:38 +0300
commit602448a05b0d157b22cbab8fb35105c75f389f99 (patch)
tree63fa8991db2f901a6f955380e1b9b19523e7ab69
parent0e39cef0d91147cd9d1d9394fbf67b4f2f521935 (diff)
l10n: Unify spelling in test
-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 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();