Update tense and change actions around.
This commit is contained in:
parent
1738a85bdc
commit
beee69e566
|
@ -194,7 +194,7 @@ registerButton('bookmark', attrs => {
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
return {
|
||||||
id: attrs.bookmarked ? 'bookmarked' : 'unbookmarked',
|
id: attrs.bookmarked ? 'unbookmark' : 'bookmark',
|
||||||
action: 'toggleBookmark',
|
action: 'toggleBookmark',
|
||||||
title: attrs.bookmarked ? "bookmarks.created" : "bookmarks.not_bookmarked",
|
title: attrs.bookmarked ? "bookmarks.created" : "bookmarks.not_bookmarked",
|
||||||
className,
|
className,
|
||||||
|
|
Loading…
Reference in New Issue