Fix minor typo

Many thanks in advance for reviewing.
main
Yuri Chornoivan 5 years ago committed by GitHub
parent 6d10c41aeb
commit b582c27bf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -205,7 +205,7 @@ LuksBootKeyFileJob::exec()
if ( !setupLuks( d ) )
return Calamares::JobResult::error(
tr( "Encrypted rootfs setup error" ),
tr( "Could configure LUKS key file on partition %1." ).arg( d.device ) );
tr( "Could not configure LUKS key file on partition %1." ).arg( d.device ) );
}
return Calamares::JobResult::ok();

Loading…
Cancel
Save