mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:43:16 +08:00
fix inconsistency with bookmark icon label under post
the bookmark icon under post should follow style from other icons - downcased, no ending dot
This commit is contained in:
parent
c25cd4e78d
commit
52066e6f00
|
@ -142,10 +142,10 @@ en:
|
|||
title: "Suggested Topics"
|
||||
|
||||
bookmarks:
|
||||
not_logged_in: "Sorry, you must be logged in to bookmark posts."
|
||||
created: "You've bookmarked this post."
|
||||
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."
|
||||
not_logged_in: "sorry, you must be logged in to bookmark posts"
|
||||
created: "you've bookmarked this post"
|
||||
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"
|
||||
|
||||
new_topics_inserted: "{{count}} new topics."
|
||||
show_new_topics: "Click to show."
|
||||
|
|
Loading…
Reference in New Issue
Block a user