about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales
diff options
context:
space:
mode:
authorSean Whalen <44679+seanthegeek@users.noreply.github.com>2023-01-05 07:45:01 -0500
committerGitHub <noreply@github.com>2023-01-05 13:45:01 +0100
commit8cff96d94d03b8abbd43c8ac221004d2553b8f15 (patch)
tree6805f2dd1ee721cb273000838fd804166f4e21fc /app/javascript/mastodon/locales
parent06f979098cec3570231d1eca519bbee9a4754cfe (diff)
Replace hide toot with hide post (#22385)
* Change "Hide toot" to "Hide post"

* Update status_action_bar.js

Replace "Hide toot" with "Hide post"
Diffstat (limited to 'app/javascript/mastodon/locales')
-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 04b07010c..77bab3397 100644
--- a/app/javascript/mastodon/locales/en.json
+++ b/app/javascript/mastodon/locales/en.json
@@ -558,7 +558,7 @@
   "status.favourite": "Favourite",
   "status.filter": "Filter this post",
   "status.filtered": "Filtered",
-  "status.hide": "Hide toot",
+  "status.hide": "Hide post",
   "status.history.created": "{name} created {date}",
   "status.history.edited": "{name} edited {date}",
   "status.load_more": "Load more",