]> cat aescling's git repositories - mastodon.git/commitdiff
Include MOV in upload button tooltip. (#8480)
authorM Somerville <dracos@users.noreply.github.com>
Mon, 27 Aug 2018 11:05:27 +0000 (12:05 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 27 Aug 2018 11:05:27 +0000 (13:05 +0200)
app/javascript/mastodon/features/compose/components/upload_button.js
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json

index 2f38f5148ddac38de12779132eb4889e8449c3c6..8b96091388b9a4d419d1fe001bd4cafa1e62b701 100644 (file)
@@ -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 = () => {
index f2de51a2191a2b3aa12569975e02973cbf9c04ba..2c77d66b11690f80b3ecf75c5dc74d31a029a13a 100644 (file)
   {
     "descriptors": [
       {
-        "defaultMessage": "Add media (JPEG, PNG, GIF, WebM, MP4)",
+        "defaultMessage": "Add media (JPEG, PNG, GIF, WebM, MP4, MOV)",
         "id": "upload_button.label"
       }
     ],
     ],
     "path": "app/javascript/mastodon/features/video/index.json"
   }
-]
\ No newline at end of file
+]
index 57f20d1fb6a5acd6a51e0a497bb3fd1b937d4d26..0a0c987d65d52cd8d50a13459460b82eeaf2a0f5 100644 (file)
   "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",