mirror of
https://github.com/discourse/discourse.git
synced 2025-06-23 22:01:33 +08:00
Update tense and change actions around.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user