Specify allowed media in upload button tooltip. (#8443)

このコミットが含まれているのは:
M Somerville
2018-08-26 00:18:40 +02:00
committed by Eugen Rochko
コミット df06f53f9b
2個のファイルの変更2行の追加2行の削除
+1 -1
ファイルの表示
@@ -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' },
upload: { id: 'upload_button.label', defaultMessage: 'Add media (JPEG, PNG, GIF, WebM, MP4)' },
});
const makeMapStateToProps = () => {