From 776d540c7f3e6706cf8d464fdc32ce22e5cc4588 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Wed, 21 Sep 2016 09:03:48 -0700 Subject: [PATCH] Emoji copy update --- app/assets/stylesheets/wizard.scss | 4 ++-- config/locales/server.en.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/wizard.scss b/app/assets/stylesheets/wizard.scss index 1a1d2b52615..3324237759a 100644 --- a/app/assets/stylesheets/wizard.scss +++ b/app/assets/stylesheets/wizard.scss @@ -71,8 +71,8 @@ body.wizard { .emoji-preview { margin-left: 1em; img { - height: 20px; - width: 20px; + height: 40px; + width: 40px; padding-right: 0.5em; } } diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 0962c086558..6ce57dc41a1 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -3330,8 +3330,8 @@ en: description: "Icon used to represent your site on mobile devices. Recommended size is 144px by 144px." emoji: - title: "Emoji Style" - description: "We offer several different ways to display emoji. Choose your favorite!" + title: "Emoji" + description: "Which Emoji style do you prefer for your community? Staff members can also add custom Emoji." invites: title: "Invite Staff"