diff --git a/lang/en/attendance.php b/lang/en/attendance.php
index 2ce8aa1..95bb4dc 100644
--- a/lang/en/attendance.php
+++ b/lang/en/attendance.php
@@ -273,10 +273,10 @@ $string['statuses'] = 'Statuses';
$string['statusdeleted'] = 'Status deleted';
$string['statusset'] = 'Status set {$a}';
$string['statussetsettings'] = 'Status set';
-$string['strftimedm'] = '%h %d';
-$string['strftimedmy'] = '%d %h %Y';
-$string['strftimedmyhm'] = '%d %h %Y %I.%M%P'; // Line added to allow multiple sessions in the same day.
-$string['strftimedmyw'] = '%a %d %h %Y';
+$string['strftimedm'] = '%b %d';
+$string['strftimedmy'] = '%d %b %Y';
+$string['strftimedmyhm'] = '%d %b %Y %I.%M%P'; // Line added to allow multiple sessions in the same day.
+$string['strftimedmyw'] = '%a %d %b %Y';
$string['strftimeh'] = '%l%P';
$string['strftimehm'] = '%l:%M%P';
$string['strftimeshortdate'] = '%d.%m.%Y';