mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:19:27 +08:00
DEV: Replace concatenated string (#20254)
This commit is contained in:
parent
0525e2fb98
commit
1d7e21a338
|
@ -356,10 +356,14 @@
|
|||
|
||||
{{#unless this.emailInEnabled}}
|
||||
<section class="field email-in-disabled">
|
||||
{{i18n "category.email_in_disabled"}}
|
||||
<a href={{get-url "/admin/site_settings/category/email"}}>{{i18n
|
||||
"category.email_in_disabled_click"
|
||||
}}</a>
|
||||
{{html-safe
|
||||
(i18n
|
||||
"category.email_in_disabled"
|
||||
setting_url=(get-url
|
||||
"/admin/site_settings/category/all_results?filter=email_in"
|
||||
)
|
||||
)
|
||||
}}
|
||||
</section>
|
||||
{{/unless}}
|
||||
</section>
|
||||
|
|
|
@ -3688,8 +3688,7 @@ en:
|
|||
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.'
|
||||
email_in_disabled: "Posting new topics via email is disabled. To enable posting new topics via email, enable the <a href='%{setting_url}'>'email in'</a> setting."
|
||||
mailinglist_mirror: "Category mirrors a mailing list"
|
||||
show_subcategory_list: "Show subcategory list above topics in this category."
|
||||
read_only_banner: "Banner text when a user cannot create a topic in this category:"
|
||||
|
|
Loading…
Reference in New Issue
Block a user