@@ -23,22 +23,22 @@ const messages = defineMessages({
2323 } ,
2424 lastPublishedMsg : {
2525 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}.' ,
2727 description : 'Body message of the library authoring sidebar when the entity is published.' ,
2828 } ,
2929 lastPublishedMsgWithoutUser : {
3030 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}.' ,
3232 description : 'Body message of the library authoring sidebar when the entity is published.' ,
3333 } ,
3434 lastDraftMsg : {
3535 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}.' ,
3737 description : 'Body message of the library authoring sidebar when the entity is on draft status.' ,
3838 } ,
3939 lastDraftMsgWithoutUser : {
4040 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}.' ,
4242 description : 'Body message of the library authoring sidebar when the entity is on draft status.' ,
4343 } ,
4444 publishButtonLabel : {
0 commit comments