mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Correct a typo
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
3365c87dd4
commit
9064171b27
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ class SMB extends Backend {
|
|||
->setType(DefinitionParameter::VALUE_BOOLEAN)
|
||||
->setFlag(DefinitionParameter::FLAG_OPTIONAL)
|
||||
->setDefaultValue(true)
|
||||
->setTooltip($l->t('Disabling it will allow to use a case insentive file system, but comes with a performance penalty')),
|
||||
->setTooltip($l->t('Disabling it will allow to use a case insensitive file system, but comes with a performance penalty')),
|
||||
(new DefinitionParameter('check_acl', $l->t('Verify ACL access when listing files')))
|
||||
->setType(DefinitionParameter::VALUE_BOOLEAN)
|
||||
->setFlag(DefinitionParameter::FLAG_OPTIONAL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue