Adjusting article copy to be more general (#16973)
* Adjusting article copy to be more general Our language regarding articles needs minor revisions to speak a bit more generally about content. This follows on the features of AuthN/AuthZ work to allow forem admins to configure their forems such that a subset of their forem members may not have the ability to create articles. Closes forem/forem#16890 Closes forem/forem#16891 * Update app/views/users/_notifications.html.erb Co-authored-by: Suzanne Aitchison <suzanne@forem.com> Co-authored-by: Suzanne Aitchison <suzanne@forem.com>
This commit is contained in:
parent
aa3d6c8104
commit
38ef49a2f2
5 changed files with 5 additions and 5 deletions
|
|
@ -84,7 +84,7 @@
|
|||
</div>
|
||||
<div class="crayons-field crayons-field--checkbox">
|
||||
<%= f.check_box :reaction_notifications, class: "crayons-checkbox" %>
|
||||
<%= f.label :reaction_notifications, "Send notifications when someone reacts to my comments or posts", class: "crayons-field__label" %>
|
||||
<%= f.label :reaction_notifications, t("helpers.label.users_notification_setting.reaction_notifications"), class: "crayons-field__label" %>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ en:
|
|||
mobile_mention_notifications: Send me a push notification when someone mentions me
|
||||
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 comments or posts
|
||||
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
|
||||
users_setting:
|
||||
feed_url: RSS Feed URL
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ fr:
|
|||
mobile_mention_notifications: Send me a push notification when someone mentions me
|
||||
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 comments or posts
|
||||
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
|
||||
users_setting:
|
||||
feed_url: RSS Feed URL
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ en:
|
|||
submit: Delete Account
|
||||
export:
|
||||
heading: Export content
|
||||
desc: You can request an export of all your content. Currently we only support the export of your posts and comments. They will be emailed to your inbox.
|
||||
desc: You can request an export of all your content. Currently we only support the export of your posts and comments, if you have any. They will be emailed to your inbox.
|
||||
label: Request an export of your content
|
||||
requested: You have recently requested an export of your content. Please check your email.
|
||||
submit: Submit Data Request
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ fr:
|
|||
submit: Delete Account
|
||||
export:
|
||||
heading: Export content
|
||||
desc: You can request an export of all your content. Currently we only support the export of your posts and comments. They will be emailed to your inbox.
|
||||
desc: You can request an export of all your content. Currently we only support the export of your posts and comments, if you have any. They will be emailed to your inbox.
|
||||
label: Request an export of your content
|
||||
requested: You have recently requested an export of your content. Please check your email.
|
||||
submit: Submit Data Request
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue