diff --git a/lib/private/files/view.php b/lib/private/files/view.php
index f14209fd925e6e0cc9ac268514229dfe59fd5eac..8b448abeb8968a48bdfa35b2d9fa0d1080263f23 100644
--- a/lib/private/files/view.php
+++ b/lib/private/files/view.php
@@ -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'));
 		}
 	}
 }