about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/en.json
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2018-05-11 13:20:31 +0200
committerEugen Rochko <eugen@zeonfederated.com>2018-05-11 13:20:31 +0200
commitb241cb2704b1f7f2006473895183d51a3a1636a8 (patch)
treec07af4d8453ce76ff4fa7e9c3a0a981efc89adec /app/javascript/mastodon/locales/en.json
parentbe7eeb785682d80614340c63f6cf3d36e5e4fe2e (diff)
Change wording of the “undo” media upload button (fixes #6857) (#7417)
Diffstat (limited to 'app/javascript/mastodon/locales/en.json')
-rw-r--r--app/javascript/mastodon/locales/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json
index b796ba8f3..aaad4f69c 100644
--- a/app/javascript/mastodon/locales/en.json
+++ b/app/javascript/mastodon/locales/en.json
@@ -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",