From 233d8832ff0519681fac774313fbe3012a463730 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 7 Sep 2014 14:49:53 -0700 Subject: [PATCH] improve education panels on new, unread, starred --- config/locales/client.en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 0b46f3e8066..22c98b4201e 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -780,10 +780,10 @@ en: category: "There are no {{category}} topics." top: "There are no top topics." educate: - new: '

By default, topics are considered new when they were created in the last 2 days.

You can change this in your preferences.

' - unread: '

By default, unread indicators will only appear for topics that you have:

Or, if you have explicitly set the topic to Tracked or Watched via the notification control at the bottom of each topic.

You can change this in your preferences.

' + new: '

Your new topics will appear here.

By default, topics are considered new if they were created in the last 2 days.

You can change this in your preferences.

' + unread: '

Your unread topics will appear here.

By default, topics are considered unread and will show unread counts 1 when you:

Or if you have explicitly set the topic to Tracked or Watched via the notification control at the bottom of each topic.

You can change this in your preferences.

' starred: '

Your starred topics will appear here.

-

To star or unstar a topic, click or tap the when you see it …