Skip to content

Commit

Permalink
chore: minor change.
Browse files Browse the repository at this point in the history
Signed-off-by: xsahil03x <[email protected]>
(cherry picked from commit d1ce69d)
  • Loading branch information
xsahil03x committed Jul 12, 2023
1 parent ea17026 commit 9c665ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ class DefaultTranslations implements Translations {
@override
String sentAtText({required DateTime date, required DateTime time}) {
final atTime = Jiffy.parseFromDateTime(time.toLocal());
return 'Sent ${_getDay(date)} at ${atTime.format(pattern: 'HH:mm')}';
return 'Sent ${_getDay(date)} at ${atTime.jm}';
}

@override
Expand Down

0 comments on commit 9c665ce

Please sign in to comment.