File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1410,5 +1410,5 @@ class MessageWithPossibleSender extends StatelessWidget {
1410
1410
}
1411
1411
}
1412
1412
1413
- // TODO web seems to ignore locale in formatting time, but we could do better
1413
+ // TODO(i18n): web seems to ignore locale in formatting time, but we could do better
1414
1414
final _kMessageTimestampFormat = DateFormat ('h:mm aa' , 'en_US' );
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ class _ProfileDataTable extends StatelessWidget {
200
200
// TODO(server): The value's format is undocumented, but empirically
201
201
// it's a date in ISO format, like 2000-01-01.
202
202
// That's readable as is, but:
203
- // TODO format this date using user's locale.
203
+ // TODO(i18n) format this date using user's locale.
204
204
return _TextWidget (text: value);
205
205
206
206
case CustomProfileFieldType .shortText:
You can’t perform that action at this time.
0 commit comments