diff options
author | Ashley <expenses@airmail.cc> | 2017-04-23 15:36:40 +1200 |
---|---|---|
committer | Eugen <eugen@zeonfederated.com> | 2017-04-23 05:36:40 +0200 |
commit | 9cd20a7062b2dad15d5c64b93cab36c1250e6b2a (patch) | |
tree | f14777cc677a70db89f8f1912a1b8ed19ef8b2fe /app/assets/javascripts/components/locales | |
parent | 219fb317eeee47e91066b8baebcaf02ef9e0c0bf (diff) |
Tooltip for boosting depends on toot visibility (#1394) (#1754)
* 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'
Diffstat (limited to 'app/assets/javascripts/components/locales')
-rw-r--r-- | app/assets/javascripts/components/locales/en.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/javascripts/components/locales/en.jsx b/app/assets/javascripts/components/locales/en.jsx index 420cfe00f..180caeaf1 100644 --- a/app/assets/javascripts/components/locales/en.jsx +++ b/app/assets/javascripts/components/locales/en.jsx @@ -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", |