From 12a44c7bb912f3e836d3834ac59c818663dd450f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Sat, 9 Feb 2019 08:42:55 +0100 Subject: [PATCH] fix typo --- src/Model/Storage/Filesystem.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Model/Storage/Filesystem.php b/src/Model/Storage/Filesystem.php index e21e13ccdd..82e638158c 100644 --- a/src/Model/Storage/Filesystem.php +++ b/src/Model/Storage/Filesystem.php @@ -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') ] ]; }