diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-01-15 04:34:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 04:34:28 +0100 |
commit | ed867eca9dbd7d798bc7179dbc13c4f1edc238ad (patch) | |
tree | ca8ae2e2a7745fed4d3659e88c16047c97e8d4c3 /config/locales | |
parent | 08e4c78e78358c2847967e9cc34b4a6497be97e2 (diff) |
Move e-mail digest task to sidekiq, reduce workload, improve hint (#6252)
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/simple_form.en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/simple_form.en.yml b/config/locales/simple_form.en.yml index ff1a40ccd..143daaa29 100644 --- a/config/locales/simple_form.en.yml +++ b/config/locales/simple_form.en.yml @@ -4,7 +4,7 @@ en: hints: defaults: avatar: PNG, GIF or JPG. At most 2MB. Will be downscaled to 120x120px - digest: Sent after a long period of inactivity with a summary of mentions you've received in your absence + digest: Only sent after a long period of inactivity and only if you have received any personal messages in your absence display_name: one: <span class="name-counter">1</span> character left other: <span class="name-counter">%{count}</span> characters left |