Merge pull request #6616 from m4sk1n/patch-1

fix typo
This commit is contained in:
Tobias Diekershoff 2019-02-10 08:12:58 +01:00 committed by GitHub
commit b6e2c254fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class Filesystem implements IStorage
'input', 'input',
L10n::t('Storage base path'), L10n::t('Storage base path'),
self::getBasePath(), 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')
] ]
]; ];
} }