From 9cd20a7062b2dad15d5c64b93cab36c1250e6b2a Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 23 Apr 2017 15:36:40 +1200 Subject: 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' --- app/assets/javascripts/components/locales/en.jsx | 1 + 1 file changed, 1 insertion(+) (limited to 'app/assets/javascripts/components/locales') 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", -- cgit