Update tense and change actions around.
This commit is contained in:
parent
1738a85bdc
commit
beee69e566
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue