mirror of
https://github.com/discourse/discourse.git
synced 2025-06-11 13:16:04 +08:00
FIX: Update bookmark topic copy (#20059)
The topic-level bookmark button copy was inaccurate since we changed to allow topic-level bookmarks.
This commit is contained in:
@ -332,11 +332,11 @@ en:
|
|||||||
edit_bookmark: "Edit Bookmark"
|
edit_bookmark: "Edit Bookmark"
|
||||||
clear_bookmarks: "Clear Bookmarks"
|
clear_bookmarks: "Clear Bookmarks"
|
||||||
help:
|
help:
|
||||||
bookmark: "Click to bookmark the first post on this topic"
|
bookmark: "Click to bookmark this topic"
|
||||||
edit_bookmark: "Click to edit the bookmark on this topic"
|
edit_bookmark: "Click to edit the bookmark on a post in this topic"
|
||||||
edit_bookmark_for_topic: "Click to edit the bookmark for this topic"
|
edit_bookmark_for_topic: "Click to edit the bookmark for this topic"
|
||||||
unbookmark: "Click to remove all bookmarks in this topic"
|
unbookmark: "Click to remove all bookmarks in this topic"
|
||||||
unbookmark_with_reminder: "Click to remove all bookmarks and reminders in this topic."
|
unbookmark_with_reminder: "Click to remove all bookmarks and reminders in this topic"
|
||||||
|
|
||||||
bookmarks:
|
bookmarks:
|
||||||
created: "You've bookmarked this post. %{name}"
|
created: "You've bookmarked this post. %{name}"
|
||||||
|
Reference in New Issue
Block a user