Skip to content

Commit 38498c4

Browse files
committed
msglist [nfc]: update i18n todo with specific issue
1 parent 67dff51 commit 38498c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/widgets/message_list.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ final _kRecipientHeaderDateStyle = TextStyle(
536536
color: const HSLColor.fromAHSL(0.75, 0, 0, 0.15).toColor(),
537537
);
538538

539-
final _kRecipientHeaderDateFormat = DateFormat('y-MM-dd', 'en_US'); // TODO(i18n)
539+
final _kRecipientHeaderDateFormat = DateFormat('y-MM-dd', 'en_US'); // TODO(#278)
540540

541541
/// A widget with the distinctive chevron-tailed shape in Zulip recipient headers.
542542
class RecipientHeaderChevronContainer extends StatelessWidget {

0 commit comments

Comments
 (0)