Skip to content

Commit 45551f5

Browse files
Merge pull request #41753 from nextcloud/Valdnet-patch-1
Spelling correction
2 parents 6b48f05 + 19a9dac commit 45551f5

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/files_external/lib/Lib/Backend/SMB.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
6363
->setType(DefinitionParameter::VALUE_BOOLEAN)
6464
->setFlag(DefinitionParameter::FLAG_OPTIONAL)
6565
->setDefaultValue(true)
66-
->setTooltip($l->t('Disabling it will allow to use a case insentive file system, but comes with a performance penalty')),
66+
->setTooltip($l->t('Disabling it will allow to use a case insensitive file system, but comes with a performance penalty')),
6767
(new DefinitionParameter('check_acl', $l->t('Verify ACL access when listing files')))
6868
->setType(DefinitionParameter::VALUE_BOOLEAN)
6969
->setFlag(DefinitionParameter::FLAG_OPTIONAL)

apps/files_external/src/actions/openInFilesAction.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('Open in files action conditions tests', () => {
5252

5353
expect(action).toBeInstanceOf(FileAction)
5454
expect(action.id).toBe('open-in-files-external-storage')
55-
expect(action.displayName([storage], externalStorageView)).toBe('Open in files')
55+
expect(action.displayName([storage], externalStorageView)).toBe('Open in Files')
5656
expect(action.iconSvgInline([storage], externalStorageView)).toBe('')
5757
expect(action.default).toBe(DefaultType.HIDDEN)
5858
expect(action.order).toBe(-1000)

apps/files_external/src/actions/openInFilesAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export const action = new FileAction({
3535
if (config.status !== STORAGE_STATUS.SUCCESS) {
3636
return t('files_external', 'Examine this faulty external storage configuration')
3737
}
38-
return t('files', 'Open in files')
38+
return t('files', 'Open in Files')
3939
},
4040
iconSvgInline: () => '',
4141

dist/files_external-init.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_external-init.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)