Improve copy

This commit is contained in:
Vishnu 2021-06-28 21:41:02 +05:30
parent 424f4db999
commit e220df3a85

View file

@ -99,7 +99,8 @@ class _FreeSpacePageState extends State<FreeSpacePage> {
Expanded(
child: Text(
(count == 1 ? "it" : "they") +
" can be deleted from this device to free up space",
" can be deleted from this device to free up " +
formatBytes(status.size),
style: TextStyle(
fontSize: 14,
height: 1.3,