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 提交者 GitHub
當前提交 b6e2c254fb
沒有發現已知的金鑰在資料庫的簽署中
GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 1 行新增1 行删除

查看文件

@ -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')
]
];
}