Dukegreene/moderator notifications copy change (#19775)
* update copy for moderator notifications * use helper to display mod notification in the view * add missing translate call
This commit is contained in:
parent
2205182a7e
commit
f163e2c14e
3 changed files with 3 additions and 3 deletions
|
|
@ -89,7 +89,7 @@
|
|||
</h2>
|
||||
<div class="crayons-field crayons-field--checkbox">
|
||||
<%= f.check_box :mod_roundrobin_notifications, class: "crayons-checkbox" %>
|
||||
<%= f.label :mod_roundrobin_notifications, "Send me occasional community-success mod notifications", class: "crayons-field__label" %>
|
||||
<%= f.label :mod_roundrobin_notifications, t("helpers.label.users_notification_setting.mod_roundrobin_notifications"), class: "crayons-field__label" %>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ en:
|
|||
mobile_comment_notifications: Send me a push notification when someone replies to me in a comment thread
|
||||
welcome_notifications: Send me occasional tips on how to enhance my %{community} experience
|
||||
reaction_notifications: Send notifications when someone reacts to my content, such as comments or posts
|
||||
mod_roundrobin_notifications: Send me occasional community-success mod notifications
|
||||
mod_roundrobin_notifications: Send me notifications about new member activity
|
||||
users_setting:
|
||||
feed_url: RSS Feed URL
|
||||
placeholder:
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ fr:
|
|||
mobile_comment_notifications: Envoyez-moi une notification push lorsque quelqu'un me répond dans un fil de commentaires
|
||||
welcome_notifications: Envoyez-moi de temps en temps des conseils pour améliorer mon expérience sur %{community}
|
||||
reaction_notifications: Envoyer des notifications lorsque quelqu'un réagit à mon contenu, comme des commentaires ou des messages
|
||||
mod_roundrobin_notifications: Envoyez-moi des notifications occasionnelles sur le succès de la communauté
|
||||
mod_roundrobin_notifications: Envoyez-moi des notifications sur l'activité des nouveaux membres
|
||||
users_setting:
|
||||
feed_url: URL du flux RSS
|
||||
placeholder:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue