forked from openedx/edx-platform
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: [AXM-571] change texts in the push notifications (#2569)
* feat: [AXM-571] change texts in the push notifications * fix: [AXM-571] fix notifications to thread author
- Loading branch information
1 parent
ed4db49
commit abe4feb
Showing
13 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/push/body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
{% load i18n %} | ||
{% blocktrans trimmed %}{{ comment_username }} replied to {{ thread_title }}:{% endblocktrans %} | ||
{{ comment_body_text }} | ||
{% blocktrans trimmed %}{{ comment_username }} replied to {{ thread_title }}{% endblocktrans %} |
3 changes: 1 addition & 2 deletions
3
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/push/subject.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
{% load i18n %} | ||
|
||
{% blocktrans %}Response to {{ thread_title }}{% endblocktrans %} | ||
{% blocktrans %}Response to {{ thread_title }}{% endblocktrans %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}Dear {{ full_name }}{% endblocktrans %} | ||
{% blocktrans %}Dear {{ full_name }},{% endblocktrans %} | ||
{% blocktrans %}You have been invited to be a beta tester for {{ course_name }} at {{ site_name }}.{% endblocktrans %} | ||
{% endautoescape %} |
2 changes: 1 addition & 1 deletion
2
lms/templates/instructor/edx_ace/addbetatester/push/subject.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}You have been invited to a beta test for {{ course_name }}{% endblocktrans %} | ||
{% blocktrans %}You have been invited to a beta test for {{ course_name }} at {{ site_name }}.{% endblocktrans %} | ||
{% endautoescape %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}Dear student,{% endblocktrans %} | ||
{% blocktrans %}You have been invited to join {{ course_name }} at {{ site_name }}.{% endblocktrans %} | ||
{% blocktrans %}You have been enrolled in {{ course_name }} at {{ site_name }}. This course will now appear on your {{ site_name }} dashboard.{% endblocktrans %} | ||
{% endautoescape %} |
2 changes: 1 addition & 1 deletion
2
lms/templates/instructor/edx_ace/allowedenroll/push/subject.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}You have been invited to register for {{ course_name }}{% endblocktrans %} | ||
{% blocktrans %}You have been invited to register for {{ course_name }}.{% endblocktrans %} | ||
{% endautoescape %} |
2 changes: 1 addition & 1 deletion
2
lms/templates/instructor/edx_ace/enrolledunenroll/push/body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}Dear {{ full_name }}{% endblocktrans %} | ||
{% blocktrans %}Dear {{ full_name }},{% endblocktrans %} | ||
{% blocktrans %}You have been unenrolled from {{ course_name }} at {{ site_name }}. This course will no longer appear on your {{ site_name }} dashboard.{% endblocktrans %} | ||
{% endautoescape %} |
4 changes: 2 additions & 2 deletions
4
lms/templates/instructor/edx_ace/enrollenrolled/push/body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}Dear {{ full_name }}{% endblocktrans %} | ||
{% blocktrans %}You have been enrolled in {{ course_name }} at {{ site_name }}. This course will now appear on your {{ site_name }} dashboard.{% endblocktrans %} | ||
{% blocktrans %}Dear {{ full_name }},{% endblocktrans %} | ||
{% blocktrans %}You have been invited to join {{ course_name }} at {{ site_name }}.{% endblocktrans %} | ||
{% endautoescape %} |
2 changes: 1 addition & 1 deletion
2
lms/templates/instructor/edx_ace/removebetatester/push/body.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}Dear {{ full_name }}{% endblocktrans %} | ||
{% blocktrans %}Dear {{ full_name }},{% endblocktrans %} | ||
{% blocktrans %}You have been removed as a beta tester for {{ course_name }} at {{ site_name }}. This course will remain on your dashboard, but you will no longer be part of the beta testing group.{% endblocktrans %} | ||
{% endautoescape %} |
2 changes: 1 addition & 1 deletion
2
lms/templates/instructor/edx_ace/removebetatester/push/subject.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{% load i18n %} | ||
{% autoescape off %} | ||
{% blocktrans %}You have been removed from a beta test for {{ course_name }}{% endblocktrans %} | ||
{% blocktrans %}You have been removed as a beta tester for {{ course_name }} at {{ site_name }}.{% endblocktrans %} | ||
{% endautoescape %} |