1
1
import { defineMessages } from '@edx/frontend-platform/i18n' ;
2
2
3
3
const messages = defineMessages ( {
4
- notificationTourId : {
5
- id : 'notification.tour.id' ,
6
- defaultMessage : 'notification_tour' ,
7
- description : 'Notification Tour Id' ,
8
- } ,
9
4
dismissButtonText : {
10
5
id : 'tour.action.dismiss' ,
11
6
defaultMessage : 'Dismiss' ,
@@ -16,25 +11,15 @@ const messages = defineMessages({
16
11
defaultMessage : 'Okay' ,
17
12
description : 'Action to end current tour' ,
18
13
} ,
19
- notificationTourPreferenceBody : {
20
- id : 'notification.tour.preference.body' ,
21
- defaultMessage : 'Click the bell icon to see Discussion notifications and customize your preferences by clicking on the gear icon.' ,
22
- description : 'Body of the tour for the notification preferences' ,
23
- } ,
24
- notificationTourGuideBody : {
25
- id : 'notification.tour.guide.body' ,
26
- defaultMessage : 'Certain notifications are enabled by default, as further detailed in the ' ,
27
- description : 'Body of the tour for the notification for the guide' ,
28
- } ,
29
- notificationTourGuideLink : {
30
- id : 'notification.tour.guide.link' ,
31
- defaultMessage : "edX Learner's Guide." ,
32
- description : 'Link of the tour for the notification for the guide' ,
14
+ exampleTourTitle : {
15
+ id : 'tour.example.title' ,
16
+ defaultMessage : 'Example Tour' ,
17
+ description : 'Title for example tour' ,
33
18
} ,
34
- notificationTourTitle : {
35
- id : 'notification. tour.title ' ,
36
- defaultMessage : 'Stay informed! ' ,
37
- description : 'Title of the notification tour' ,
19
+ exampleTourBody : {
20
+ id : 'tour.example.body ' ,
21
+ defaultMessage : 'This is an example tour ' ,
22
+ description : 'Body for example tour' ,
38
23
} ,
39
24
} ) ;
40
25
0 commit comments