improve education panels on new, unread, starred
This commit is contained in:
parent
65e941f652
commit
233d8832ff
|
@ -780,10 +780,10 @@ en:
|
|||
category: "There are no {{category}} topics."
|
||||
top: "There are no top topics."
|
||||
educate:
|
||||
new: '<p>By default, topics are considered new when they were created in the last 2 days.</p><p>You can change this in your <a href="%{userPrefsUrl}">preferences</a>.</p>'
|
||||
unread: '<p>By default, unread indicators will only appear for topics that you have:</p><ul><li>Created</li><li>Replied to</li><li>Read for more than 4 minutes</li></ul><p>Or, if you have explicitly set the topic to Tracked or Watched via the notification control at the bottom of each topic.</p><p>You can change this in your <a href="%{userPrefsUrl}">preferences</a>.</p>'
|
||||
new: '<p>Your new topics will appear here.</p><p>By default, topics are considered <span class="badge new-topic badge-notification" style="vertical-align:middle;line-height:inherit;">new</span> if they were created in the last 2 days.</p><p>You can change this in your <a href="%{userPrefsUrl}">preferences</a>.</p>'
|
||||
unread: '<p>Your unread topics will appear here.</p><p>By default, topics are considered unread and will show unread counts <span class="badge new-posts badge-notification">1</span> when you:</p><ul><li>Created the topic</li><li>Replied to the topic</li><li>Read the topic for more than 4 minutes</li></ul><p>Or if you have explicitly set the topic to Tracked or Watched via the notification control at the bottom of each topic.</p><p>You can change this in your <a href="%{userPrefsUrl}">preferences</a>.</p>'
|
||||
starred: '<p>Your starred topics will appear here.</p>
|
||||
<p>To star or unstar a topic, click or tap the <i class="fa fa-star"></i> when you see it …</p><ul><li>Next to the title at the top of each topic</li><li>In the <kbd>Star</kbd> button at the bottom of the topic</li><li>To the left of each topic in the topic list</li>'
|
||||
<p>To star or unstar a topic, click or tap the <i class="fa fa-star"></i></p><ul><li>Next to the title at the top of each topic</li><li>In the Star button at the bottom of the topic</li><li>To the left of each topic in the topic list</li>'
|
||||
bottom:
|
||||
latest: "There are no more latest topics."
|
||||
hot: "There are no more hot topics."
|
||||
|
|
Loading…
Reference in New Issue