소스 검색

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

master
M Somerville 5 년 전
committed by Eugen Rochko
부모
커밋
df06f53f9b
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      app/javascript/mastodon/features/compose/components/upload_button.js
  2. +1
    -1
      app/javascript/mastodon/locales/en.json

+ 1
- 1
app/javascript/mastodon/features/compose/components/upload_button.js 파일 보기

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


+ 1
- 1
app/javascript/mastodon/locales/en.json 파일 보기

@@ -297,7 +297,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",
"upload_button.label": "Add media (JPEG, PNG, GIF, WebM, MP4)",
"upload_form.description": "Describe for the visually impaired",
"upload_form.focus": "Crop",
"upload_form.undo": "Delete",


불러오는 중...
취소
저장