Skip to content

Commit 29adf4a

Browse files
committed
Overlooked ago alteration
1 parent 3ba36c5 commit 29adf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Classes/GitXRelativeDateFormatter.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ - (NSString *)stringForObjectValue:(id)date
6969
}
7070

7171
if (monthsAgo == 1)
72-
return @"1 month ago";
72+
return @"1 mth";
7373

7474
return [NSString stringWithFormat:@"%ld mths", monthsAgo];
7575
}

0 commit comments

Comments
 (0)