UX: Add instructions for multiple category emails (#19221)

This commit is contained in:
Gerhard Schlager 2022-11-28 20:51:50 +01:00 committed by GitHub
parent 0291e1bf45
commit 0593e5f7c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -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">

View File

@ -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.'