mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Hex values should have 6 digits
This commit is contained in:
parent
20e7c0307a
commit
320341ab46
@ -1434,7 +1434,7 @@ en:
|
|||||||
suppress_digest_email_after_days: "Suppress summary emails for users not seen on the site for more than (n) days."
|
suppress_digest_email_after_days: "Suppress summary emails for users not seen on the site for more than (n) days."
|
||||||
digest_suppress_categories: "Suppress these categories from summary emails."
|
digest_suppress_categories: "Suppress these categories from summary emails."
|
||||||
disable_digest_emails: "Disable summary emails for all users."
|
disable_digest_emails: "Disable summary emails for all users."
|
||||||
email_accent_bg_color: "The accent color to be used as the background of some elements in HTML emails. Enter a color name ('red') or hex value ('#FF000')."
|
email_accent_bg_color: "The accent color to be used as the background of some elements in HTML emails. Enter a color name ('red') or hex value ('#FF0000')."
|
||||||
email_accent_fg_color: "The color of text rendered on the email bg color in HTML emails. Enter a color name ('white') or hex value ('#FFFFFF')."
|
email_accent_fg_color: "The color of text rendered on the email bg color in HTML emails. Enter a color name ('white') or hex value ('#FFFFFF')."
|
||||||
email_link_color: "The color of links in HTML emails. Enter a color name ('blue') or hex value ('#0000FF')."
|
email_link_color: "The color of links in HTML emails. Enter a color name ('blue') or hex value ('#0000FF')."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user