mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 14:38:17 +08:00
commit
90a8ea617b
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user