Skip to content

Commit

Permalink
fix(i18n): use "post" and "boost" consistently (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
valtlai committed Aug 20, 2023
1 parent 0675507 commit ee88c11
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions locales/en.json
Expand Up @@ -220,8 +220,8 @@
"navigation": {
"go_to_home": "Home",
"go_to_notifications": "Notifications",
"next_status": "Next status",
"previous_status": "Previous status",
"next_status": "Next post",
"previous_status": "Previous post",
"shortcut_help": "Shortcut help",
"title": "Navigation"
}
Expand Down Expand Up @@ -447,7 +447,7 @@
"follow": "New followers",
"mention": "Mentions",
"poll": "Polls",
"reblog": "Reblog your post",
"reblog": "Boosts",
"title": "What notifications to receive?"
},
"description": "Receive notifications even when you are not using Elk.",
Expand Down Expand Up @@ -564,7 +564,7 @@
},
"status": {
"account": {
"suspended_message": "The account of this status has been suspended.",
"suspended_message": "The account of this post has been suspended.",
"suspended_show": "Show content anyways?"
},
"boosted_by": "Boosted By",
Expand Down

1 comment on commit ee88c11

@SilverTheHedgehog124
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I had a problem with Elk. For many years, I couldn't write or see Compose.

Please sign in to comment.