diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-12-24 19:12:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-24 19:12:18 +0100 |
commit | acf9358c5267ef94373dec9c370b83b33ada75a3 (patch) | |
tree | 559b8ef1995c1a2c0ce806a4fea32e2c9da67909 | |
parent | 2ee779dcd3aaec4f1384400ba68e2422ea878156 (diff) |
Rename "crop" to "change preview" (#9616)
-rw-r--r-- | app/javascript/mastodon/locales/en.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json index 1e57b1c8a..f92d5688c 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -341,7 +341,7 @@ "upload_area.title": "Drag & drop to upload", "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.focus": "Change preview", "upload_form.undo": "Delete", "upload_progress.label": "Uploading...", "video.close": "Close video", |