Skip to content
Snippets Groups Projects
Commit 0d0f9a52 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #14788 from cmeh/patch-3

Correct "one invalid characters" to "one invalid character"
parents b3bb65ea 4a0c649c
No related branches found
No related tags found
No related merge requests found
......@@ -1572,7 +1572,7 @@ class View {
} catch (ReservedWordException $ex) {
throw new InvalidPathException($l10n->t('File name is a reserved word'));
} catch (InvalidCharacterInPathException $ex) {
throw new InvalidPathException($l10n->t('File name contains at least one invalid characters'));
throw new InvalidPathException($l10n->t('File name contains at least one invalid character'));
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment