diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 8be76b60db1..c8e16216a43 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1270,10 +1270,10 @@ en: enable_inline_onebox_on_all_domains: "Ignore inline_onebox_domain_whitelist site setting and allow inline onebox on all domains." max_oneboxes_per_post: "Maximum number of oneboxes in a post." - logo: "The logo image at the top left of your site. Use a wide rectangular image with an aspect ratio greater than 3:1 and a minimum height of 120px. If left blank, the site title text will be shown." + logo: "The logo image at the top left of your site. Use a wide rectangular image with a height of 120px and an aspect ratio greater than 3:1. If left blank, the site title text will be shown." logo_small: "The small logo image at the top left of your site, seen when scrolling down. Use a square image. The recommended size is 120px by 120px. If left blank, a home glyph will be shown." digest_logo: "The alternate logo image used at the top of your site's email summary. Use a wide rectangle image. Don't use an SVG image. If left blank, the image from the `logo` setting will be used." - mobile_logo: "The logo used on mobile version of your site. Use a wide rectangular image with an aspect ratio greater than 3:1 and a minimum height of 120px. If left blank, the image from the `logo` setting will be used." + mobile_logo: "The logo used on mobile version of your site. Use a wide rectangular image with a height of 120px and an aspect ratio greater than 3:1. If left blank, the image from the `logo` setting will be used." large_icon: "Image used as logo/splash image on Android. Recommended size is 512px by 512px." favicon: "A favicon for your site, see https://en.wikipedia.org/wiki/Favicon. To work correctly over a CDN it must be a png." apple_touch_icon: "Icon used for Apple touch devices. Recommended size is 144px by 144px." @@ -4181,7 +4181,7 @@ en: fields: logo: label: "Primary Logo" - description: "The logo image at the top left of your site. Use a wide rectangular image with an aspect ratio greater than 3:1 and a minimum height of 120px" + description: "The logo image at the top left of your site. Use a wide rectangular image with a height of 120px and an aspect ratio greater than 3:1" logo_small: label: "Compact Logo" description: "A compact version of your logo, shown at the top left of your site when scrolling down. Use a square image. The recommended size is 120x120"