mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 02:50:00 +08:00
FEATURE: use actual time in preference > email notifications' instruction
This commit is contained in:
parent
87667cfe17
commit
99928cac26
|
@ -181,7 +181,7 @@
|
|||
{{preference-checkbox labelKey="user.email_always" checked=email_always}}
|
||||
|
||||
<div class='instructions'>
|
||||
{{i18n user.email.frequency}}
|
||||
{{i18n user.email.frequency count=siteSettings.email_time_window_mins}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -391,7 +391,10 @@ en:
|
|||
ok: "We will email you to confirm"
|
||||
invalid: "Please enter a valid email address"
|
||||
authenticated: "Your email has been authenticated by {{provider}}"
|
||||
frequency: "We'll only email you if we haven't seen you recently and you haven't read the thing we're emailing you about."
|
||||
frequency:
|
||||
zero: "We'll email you immediately if you haven't read the thing we're emailing you about."
|
||||
one: "We'll only email you if we haven't seen you in the last minute and you haven't read the thing we're emailing you about."
|
||||
other: "We'll only email you if we haven't seen you in the last {{count}} minutes and you haven't read the thing we're emailing you about."
|
||||
|
||||
name:
|
||||
title: "Name"
|
||||
|
|
|
@ -391,7 +391,9 @@ posting:
|
|||
type: list
|
||||
|
||||
email:
|
||||
email_time_window_mins: 10
|
||||
email_time_window_mins:
|
||||
default: 10
|
||||
client: true
|
||||
email_posts_context: 5
|
||||
digest_min_excerpt_length: 100
|
||||
digest_topics: 20
|
||||
|
|
Loading…
Reference in New Issue
Block a user