mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #2320 from shime/master
fix inconsistency with bookmark icon label under post
This commit is contained in:
commit
22d3bb1dd0
@ -142,10 +142,10 @@ en:
|
|||||||
title: "Suggested Topics"
|
title: "Suggested Topics"
|
||||||
|
|
||||||
bookmarks:
|
bookmarks:
|
||||||
not_logged_in: "Sorry, you must be logged in to bookmark posts."
|
not_logged_in: "sorry, you must be logged in to bookmark posts"
|
||||||
created: "You've bookmarked this post."
|
created: "you've bookmarked this post"
|
||||||
not_bookmarked: "You've read this post; click to bookmark it."
|
not_bookmarked: "you've read this post; click to bookmark it"
|
||||||
last_read: "This is the last post you've read; click to bookmark it."
|
last_read: "this is the last post you've read; click to bookmark it"
|
||||||
|
|
||||||
new_topics_inserted: "{{count}} new topics."
|
new_topics_inserted: "{{count}} new topics."
|
||||||
show_new_topics: "Click to show."
|
show_new_topics: "Click to show."
|
||||||
|
Loading…
Reference in New Issue
Block a user