if ( text.length > this.config.maxLength ) {
            errors.push( mw.message( 'mwe-upwiz-error-too-long', this.config.maxLength ) );
        }