-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document ability to receive notifications via email and Monthly activity summary #263
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few nits, but let's wait for Bryan to make sure I'm not making things worse ;-)
src/tools/pontoon/users.md
Outdated
@@ -32,17 +32,16 @@ In this section it’s possible to update the display name and other personal in | |||
|
|||
In this section it’s possible to update the display name and other personal information: | |||
* `Contact email address`: if provided, this email address will be used for email communications and displayed in the Profile page instead of the login email address. | |||
* `Email communications`: if enabled, you will get the latest updates about localization at Mozilla, announcements about new Pontoon features, invitations to contributor events and more. | |||
* `News and updates`: if enabled, you will get the latest updates about localization at Mozilla, announcements about new Pontoon features, invitations to contributor events and more. | |||
* `Monthly activity summary`: if enabled, you will get an email summary of your personal activity and the activity within your teams in the last month. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* `Monthly activity summary`: if enabled, you will get an email summary of your personal activity and the activity within your teams in the last month. | |
* `Monthly activity summary`: if enabled, you will get an email summary of your personal activity and the activity within your teams from the previous month. |
src/tools/pontoon/users.md
Outdated
* Light. | ||
* Dark. | ||
* Match system (aligns with the theme used by the operating system). | ||
Additionally, for each notification type, users have the option to receive updates via email in the form of a digest. Email digests can be scheduled to arrive either daily or weekly, based on the user’s selection. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Additionally, for each notification type, users have the option to receive updates via email in the form of a digest. Email digests can be scheduled to arrive either daily or weekly, based on the user’s selection. | |
Additionally, for each notification type, users can choose to receive email updates in a digest format. These email digests can be scheduled to arrive either daily or weekly, depending on the user’s selection. |
src/tools/pontoon/notifications.md
Outdated
@@ -8,9 +8,13 @@ When the user receives a notification, the bell icon near the user avatar in the | |||
|
|||
Clicking `See all Notifications` at the bottom will take the user to the complete list of notifications. The same list can also be accessed by opening the `/notifications` URL directly (e.g. [pontoon.mozilla.org/notifications](https://pontoon.mozilla.org/notifications/)). | |||
|
|||
## Receiving notifications via email | |||
|
|||
Pontoon also offers the option to receive notifications via email, allowing you to stay informed about important events even when you're not actively using the platform. You can [choose to receive email notifications](users.md#user-settings) as a daily or weekly digest summary and customize your preferences by subscribing to specific notification types individually. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pontoon also offers the option to receive notifications via email, allowing you to stay informed about important events even when you're not actively using the platform. You can [choose to receive email notifications](users.md#user-settings) as a daily or weekly digest summary and customize your preferences by subscribing to specific notification types individually. | |
Pontoon also offers the option to receive notifications via email, allowing you to stay informed about important events even when you're not actively using the platform. You can [choose to receive email notifications](users.md#user-settings) as a daily or weekly digest and customize your preferences by subscribing to specific notification types. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One thing worth calling out is that this moves from "user/users can" to "you can", might be worth being consistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This screenshot should have REQUEST NEW LANGUAGE
highlighted.
src/tools/pontoon/users.md
Outdated
@@ -32,17 +32,16 @@ In this section it’s possible to update the display name and other personal in | |||
|
|||
In this section it’s possible to update the display name and other personal information: | |||
* `Contact email address`: if provided, this email address will be used for email communications and displayed in the Profile page instead of the login email address. | |||
* `Email communications`: if enabled, you will get the latest updates about localization at Mozilla, announcements about new Pontoon features, invitations to contributor events and more. | |||
* `News and updates`: if enabled, you will get the latest updates about localization at Mozilla, announcements about new Pontoon features, invitations to contributor events and more. | |||
* `Monthly activity summary`: if enabled, you will get an email summary of your personal activity and the activity within your teams from the previous month. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* `Monthly activity summary`: if enabled, you will get an email summary of your personal activity and the activity within your teams from the previous month. | |
* `Monthly activity summary`: if enabled, you will get an email summary of your personal activity and the activity within your teams for the previous month. |
Slight nit
Fix #261.
Fix #262.
Updates to the User settings might be easier to review on a commit-by-commit basis.