l10n: Unify spelling

Spelling unification in Nextcloud applications.
pull/26511/head
Valdnet 5 years ago committed by Morris Jobke
parent 7bc22370b4
commit 1abb48375a
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
  1. 2
      lib/private/Setup.php

@ -303,7 +303,7 @@ class Setup {
// validate the data directory
if ((!is_dir($dataDir) && !mkdir($dataDir)) || !is_writable($dataDir)) {
$error[] = $l->t("Can't create or write into the data directory %s", [$dataDir]);
$error[] = $l->t("Cannot create or write into the data directory %s", [$dataDir]);
}
if (!empty($error)) {

Loading…
Cancel
Save