* Made tooltip for boosting depend on visibility * Removed spaces that were added in merge conflict resolution * Try again :P * Added missing bracket * Changed 'toot' to 'status'
This commit is contained in:
parent
219fb317ee
commit
9cd20a7062
2 changed files with 4 additions and 1 deletions
|
@ -119,6 +119,7 @@ const en = {
|
|||
"status.mention": "Mention @{name}",
|
||||
"status.open": "Expand this status",
|
||||
"status.reblog": "Boost",
|
||||
"status.cannot_reblog": "This status cannot be boosted",
|
||||
"status.reblogged_by": "{name} boosted",
|
||||
"status.reply": "Reply",
|
||||
"status.replyAll": "Reply to thread",
|
||||
|
|
Reference in a new issue