Include MOV in upload button tooltip. (#8480)

master
M Somerville 6 years ago committed by Eugen Rochko
parent efdfea3f3c
commit 81697997a3
  1. 2
      app/javascript/mastodon/features/compose/components/upload_button.js
  2. 4
      app/javascript/mastodon/locales/defaultMessages.json
  3. 2
      app/javascript/mastodon/locales/en.json

@ -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 = () => {

@ -911,7 +911,7 @@
{
"descriptors": [
{
"defaultMessage": "Add media (JPEG, PNG, GIF, WebM, MP4)",
"defaultMessage": "Add media (JPEG, PNG, GIF, WebM, MP4, MOV)",
"id": "upload_button.label"
}
],
@ -2115,4 +2115,4 @@
],
"path": "app/javascript/mastodon/features/video/index.json"
}
]
]

@ -319,7 +319,7 @@
"trends.count_by_accounts": "{count} {rawCount, plural, one {person} other {people}} talking",
"ui.beforeunload": "Your draft will be lost if you leave Mastodon.",
"upload_area.title": "Drag & drop to upload",
"upload_button.label": "Add media (JPEG, PNG, GIF, WebM, MP4)",
"upload_button.label": "Add media (JPEG, PNG, GIF, WebM, MP4, MOV)",
"upload_form.description": "Describe for the visually impaired",
"upload_form.focus": "Crop",
"upload_form.undo": "Delete",

Loading…
Cancel
Save