Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 23e8d4f

Browse files
Config description improved
1 parent f6066f1 commit 23e8d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export default class Config {
7979
type: 'boolean',
8080
default: false,
8181
title: 'Upload all file types',
82-
description: 'If enabled, all files will be uploaded, no matter if the extension matches the list below',
82+
description: 'If enabled, all files will be uploaded no matter the file type. The list of file types below will be ignored',
8383
order: 6
8484
},
8585
sync_file_types: {

0 commit comments

Comments
 (0)