diff --git a/ui/app/components/file-to-array-buffer.js b/ui/app/components/file-to-array-buffer.js index a5760e91065f..6c67df20de10 100644 --- a/ui/app/components/file-to-array-buffer.js +++ b/ui/app/components/file-to-array-buffer.js @@ -12,8 +12,8 @@ import filesize from 'filesize'; * ``` * @param onChange=null {Function} - The function to call when the file read is complete. This function * recieves the file as a JS ArrayBuffer - * @param [label=null {String}] - Text to use as the label for the file input If null, a default will be rendered - * @param [type=null {String} - Text to use as help under the file input + * @param [label=null {String}] - Text to use as the label for the file input + * @param [fileHelpText=null {String} - Text to use as help under the file input * */ export default Component.extend({ diff --git a/ui/app/templates/components/file-to-array-buffer.hbs b/ui/app/templates/components/file-to-array-buffer.hbs index 9d46b72acd38..c2d815471a85 100644 --- a/ui/app/templates/components/file-to-array-buffer.hbs +++ b/ui/app/templates/components/file-to-array-buffer.hbs @@ -1,5 +1,10 @@