Merge pull request #5513 from ckeboss/patch-2

Update post-menu.js.es6
This commit is contained in:
Robin Ward 2018-01-18 14:11:04 -05:00 committed by GitHub
commit 90a8ea617b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,7 +194,7 @@ registerButton('bookmark', attrs => {
}
return {
id: attrs.bookmarked ? 'bookmark' : 'unbookmark',
id: attrs.bookmarked ? 'unbookmark' : 'bookmark',
action: 'toggleBookmark',
title: attrs.bookmarked ? "bookmarks.created" : "bookmarks.not_bookmarked",
className,