From beee69e566eb15b1c184772db62a66f11cf393ba Mon Sep 17 00:00:00 2001 From: ckeboss Date: Thu, 18 Jan 2018 11:05:25 -0800 Subject: [PATCH] Update tense and change actions around. --- app/assets/javascripts/discourse/widgets/post-menu.js.es6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/discourse/widgets/post-menu.js.es6 b/app/assets/javascripts/discourse/widgets/post-menu.js.es6 index 88bb08be265..46b98194578 100644 --- a/app/assets/javascripts/discourse/widgets/post-menu.js.es6 +++ b/app/assets/javascripts/discourse/widgets/post-menu.js.es6 @@ -194,7 +194,7 @@ registerButton('bookmark', attrs => { } return { - id: attrs.bookmarked ? 'bookmarked' : 'unbookmarked', + id: attrs.bookmarked ? 'unbookmark' : 'bookmark', action: 'toggleBookmark', title: attrs.bookmarked ? "bookmarks.created" : "bookmarks.not_bookmarked", className,