mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 17:02:45 +08:00
UX: Add instructions for multiple category emails (#19221)
This commit is contained in:
parent
0291e1bf45
commit
0593e5f7c3
|
@ -233,6 +233,10 @@
|
|||
{{i18n "category.email_in"}}
|
||||
</label>
|
||||
<TextField @id="category-email-in" @class="email-in" @value={{this.category.email_in}} />
|
||||
<span>
|
||||
{{d-icon "info-circle"}}
|
||||
<DTooltip>{{i18n "category.email_in_tooltip"}}</DTooltip>
|
||||
</span>
|
||||
</section>
|
||||
|
||||
<section class="field email-in-allow-strangers">
|
||||
|
|
|
@ -3534,6 +3534,7 @@ en:
|
|||
pending_permission_change_alert: "You haven't added %{group} to this category; click this button to add them."
|
||||
images: "Images"
|
||||
email_in: "Custom incoming email address:"
|
||||
email_in_tooltip: "You can separate multiple email addresses with the | character."
|
||||
email_in_allow_strangers: "Accept emails from anonymous users with no accounts"
|
||||
email_in_disabled: "Posting new topics via email is disabled in the Site Settings. To enable posting new topics via email, "
|
||||
email_in_disabled_click: 'enable the "email in" setting.'
|
||||
|
|
Loading…
Reference in New Issue
Block a user