From: Tim Düsterhus Date: Tue, 30 Jun 2020 09:47:51 +0000 (+0200) Subject: Use consistent wording 'acceptable' in Upload.js X-Git-Tag: 5.3.0_Alpha_1~179^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4469eee4621021617413b89d34836f8867740b0c;p=GitHub%2FWoltLab%2FWCF.git Use consistent wording 'acceptable' in Upload.js --- diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/File/Upload.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/File/Upload.js index 24a657278e..375fa63e58 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/File/Upload.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/File/Upload.js @@ -32,7 +32,7 @@ define(['Core', 'Language', 'Dom/Util', 'WoltLabSuite/Core/Ui/File/Delete', 'Upl imagePreview: false, // max files maxFiles: null, - // array of acceptable file types, null if any file type is allowed + // array of acceptable file types, null if any file type is acceptable acceptableFiles: null, }, options); diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js index 0b03a829f9..2c4b551650 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Upload.js @@ -44,7 +44,7 @@ define(['AjaxRequest', 'Core', 'Dom/ChangeListener', 'Language', 'Dom/Util', 'Do action: 'upload', // is true if multiple files can be uploaded at once multiple: false, - // array of accepted file types, null if any file type is allowed + // array of acceptable file types, null if any file type is acceptable acceptableFiles: null, // name if the upload field name: '__files[]',