Merge pull request #1317 from yurchor/patch-1

[luksbootkeyfile] Fix minor typo
This commit is contained in:
Adriaan de Groot 2020-02-16 20:26:05 +01:00 committed by GitHub
commit 1242f71b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();