mirror of
https://github.com/discourse/discourse.git
synced 2025-02-16 08:15:00 +00:00
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…
x
Reference in New Issue
Block a user