summaryrefslogtreecommitdiffstats
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
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"
-rw-r--r--app/javascript/mastodon/components/status_action_bar.js6
-rw-r--r--app/javascript/mastodon/locales/en.json2
2 files changed, 4 insertions, 4 deletions
diff --git a/app/javascript/mastodon/components/status_action_bar.js b/app/javascript/mastodon/components/status_action_bar.js
index 40c86afdf03..f93e03e1494 100644
--- a/app/javascript/mastodon/components/status_action_bar.js
+++ b/app/javascript/mastodon/components/status_action_bar.js
@@ -37,9 +37,9 @@ const messages = defineMessages({
unpin: { id: 'status.unpin', defaultMessage: 'Unpin from profile' },
embed: { id: 'status.embed', defaultMessage: 'Embed' },
admin_account: { id: 'status.admin_account', defaultMessage: 'Open moderation interface for @{name}' },
- admin_status: { id: 'status.admin_status', defaultMessage: 'Open this status in the moderation interface' },
- copy: { id: 'status.copy', defaultMessage: 'Copy link to status' },
- hide: { id: 'status.hide', defaultMessage: 'Hide toot' },
+ admin_status: { id: 'status.admin_status', defaultMessage: 'Open this post in the moderation interface' },
+ copy: { id: 'status.copy', defaultMessage: 'Copy link to post' },
+ hide: { id: 'status.hide', defaultMessage: 'Hide post' },
blockDomain: { id: 'account.block_domain', defaultMessage: 'Block domain {domain}' },
unblockDomain: { id: 'account.unblock_domain', defaultMessage: 'Unblock domain {domain}' },
unmute: { id: 'account.unmute', defaultMessage: 'Unmute @{name}' },
diff --git a/app/javascript/mastodon/locales/en.json b/app/javascript/mastodon/locales/en.json
index 04b07010ccc..77bab3397bf 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",