[partition] Fix build

This commit is contained in:
Adriaan de Groot 2021-09-28 18:08:18 +02:00
parent a72fc06502
commit 90eb0cd844

View File

@ -559,7 +559,7 @@ PartitionViewStep::onLeave()
{
cDebug() << o << "ESP too small";
const auto atLeastBytes = PartUtils::efiFilesystemMinimumSize();
const auto atLeastMiB = CalamaresUtils::Units::BytesToMiB( atLeastBytes );
const auto atLeastMiB = CalamaresUtils::BytesToMiB( atLeastBytes );
description.append( ' ' );
description.append( tr( "The filesystem must be at least %1 MiB in size." ).arg( atLeastMiB ) );
}