@@ -23,22 +23,22 @@ const messages = defineMessages({
23
23
} ,
24
24
lastPublishedMsg : {
25
25
id : 'course-authoring.library-authoring.generic.status-widget.last-published' ,
26
- defaultMessage : 'Last published on {date} at {time} UTC by {user}.' ,
26
+ defaultMessage : 'Last published on {date} at {time} by {user}.' ,
27
27
description : 'Body message of the library authoring sidebar when the entity is published.' ,
28
28
} ,
29
29
lastPublishedMsgWithoutUser : {
30
30
id : 'course-authoring.library-authoring.generic.status-widget.last-published-no-user' ,
31
- defaultMessage : 'Last published on {date} at {time} UTC .' ,
31
+ defaultMessage : 'Last published on {date} at {time}.' ,
32
32
description : 'Body message of the library authoring sidebar when the entity is published.' ,
33
33
} ,
34
34
lastDraftMsg : {
35
35
id : 'course-authoring.library-authoring.generic.status-widget.last-draft' ,
36
- defaultMessage : 'Draft saved on {date} at {time} UTC by {user}.' ,
36
+ defaultMessage : 'Draft saved on {date} at {time} by {user}.' ,
37
37
description : 'Body message of the library authoring sidebar when the entity is on draft status.' ,
38
38
} ,
39
39
lastDraftMsgWithoutUser : {
40
40
id : 'course-authoring.library-authoring.generic.status-widget.last-draft-no-user' ,
41
- defaultMessage : 'Draft saved on {date} at {time} UTC .' ,
41
+ defaultMessage : 'Draft saved on {date} at {time}.' ,
42
42
description : 'Body message of the library authoring sidebar when the entity is on draft status.' ,
43
43
} ,
44
44
publishButtonLabel : {
0 commit comments