Update tense and change actions around.

This commit is contained in:
ckeboss 2018-01-18 11:05:25 -08:00 committed by GitHub
parent 1738a85bdc
commit beee69e566
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,