diff options
author | mayaeh <mayaeh@marimo-net.org> | 2020-07-06 19:17:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-06 12:17:33 +0200 |
commit | c4f47f59cfa1cc2c5dc349af71deb9011e51e818 (patch) | |
tree | 316ee676b3ac4a2e9864eeed01b48ae6036bb6a4 /app | |
parent | 99f3a5554074d9a12619797c474b3de4c6085f02 (diff) |
Fix restored words from "toot" to "status" (#14242)
Diffstat (limited to 'app')
-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 175320a66..1212f2b36 100644 --- a/app/javascript/mastodon/locales/en.json +++ b/app/javascript/mastodon/locales/en.json @@ -372,7 +372,7 @@ "status.bookmark": "Bookmark", "status.cancel_reblog_private": "Unboost", "status.cannot_reblog": "This post cannot be boosted", - "status.copy": "Copy link to status", + "status.copy": "Copy link to toot", "status.delete": "Delete", "status.detailed_status": "Detailed conversation view", "status.direct": "Direct message @{name}", |