Include MOV in upload button tooltip. (#8480)
This commit is contained in:
committed by
Eugen Rochko
parent
efdfea3f3c
commit
81697997a3
@ -7,7 +7,7 @@ import ImmutablePureComponent from 'react-immutable-pure-component';
|
||||
import ImmutablePropTypes from 'react-immutable-proptypes';
|
||||
|
||||
const messages = defineMessages({
|
||||
upload: { id: 'upload_button.label', defaultMessage: 'Add media (JPEG, PNG, GIF, WebM, MP4)' },
|
||||
upload: { id: 'upload_button.label', defaultMessage: 'Add media (JPEG, PNG, GIF, WebM, MP4, MOV)' },
|
||||
});
|
||||
|
||||
const makeMapStateToProps = () => {
|
||||
|
Reference in New Issue
Block a user