Change wording of the “undo” media upload button (fixes #6857) (#7417)

This commit is contained in:
ThibG
2018-05-11 13:20:31 +02:00
committed by Eugen Rochko
parent be7eeb7856
commit b241cb2704
3 changed files with 4 additions and 4 deletions

View File

@ -819,7 +819,7 @@
"id": "upload_form.description"
},
{
"defaultMessage": "Undo",
"defaultMessage": "Delete",
"id": "upload_form.undo"
},
{
@ -1857,4 +1857,4 @@
],
"path": "app/javascript/mastodon/features/video/index.json"
}
]
]

View File

@ -283,7 +283,7 @@
"upload_button.label": "Add media",
"upload_form.description": "Describe for the visually impaired",
"upload_form.focus": "Crop",
"upload_form.undo": "Undo",
"upload_form.undo": "Delete",
"upload_progress.label": "Uploading...",
"video.close": "Close video",
"video.exit_fullscreen": "Exit full screen",