fix typo
authormarcin mikołajczak <m4sk1n@vivaldi.net>
Sat, 9 Feb 2019 07:42:55 +0000 (08:42 +0100)
committerGitHub <noreply@github.com>
Sat, 9 Feb 2019 07:42:55 +0000 (08:42 +0100)
src/Model/Storage/Filesystem.php

index e21e13c..82e6381 100644 (file)
@@ -125,7 +125,7 @@ class Filesystem implements IStorage
                                'input',
                                L10n::t('Storage base path'),
                                self::getBasePath(),
-                               L10n::t('Folder were uploaded files are saved. For maximum security, This should be a path outside web server folder tree')
+                               L10n::t('Folder where uploaded files are saved. For maximum security, This should be a path outside web server folder tree')
                        ]
                ];
        }