From 27b276df5c6e2a61bdd728edb353e3324e012dc9 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 16 Nov 2016 02:13:09 -0800 Subject: [PATCH] copyedit on first notification --- app/assets/stylesheets/common/base/discourse.scss | 4 ++-- config/locales/client.en.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss index dabaa14e587..175f042142a 100644 --- a/app/assets/stylesheets/common/base/discourse.scss +++ b/app/assets/stylesheets/common/base/discourse.scss @@ -180,9 +180,9 @@ body { position: absolute; color: $secondary; text-align: left; - right: 30px; + right: 60px; top: 60px; - width: 230px; + width: 250px; line-height: 30px; } diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index b37b6170fe5..9eed55aad48 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -514,7 +514,7 @@ en: each_browser_note: "Note: You have to change this setting on every browser you use." dismiss_notifications: "Dismiss All" dismiss_notifications_tooltip: "Mark all unread notifications as read" - first_notification: "Click to view first notification" + first_notification: "Your first notification! Select it to begin." disable_jump_reply: "Don't jump to my post after I reply" dynamic_favicon: "Show new / updated topic count on browser icon" external_links_in_new_tab: "Open all external links in a new tab"