[zfs] Correct user-visible spelling of ZFS

In Camel-cased source code, Zfs, but for user-visible strings,
ZFS (or zfs, but needs to be consistent).
This commit is contained in:
Adriaan de Groot 2022-02-17 15:51:15 +01:00
parent 9f6f82405b
commit b1742876fd

View File

@ -178,7 +178,7 @@ ZfsJob::exec()
{
cWarning() << "No *partitions* defined.";
return Calamares::JobResult::internalError( tr( "Configuration Error" ),
tr( "No partitions are available for Zfs." ),
tr( "No partitions are available for ZFS." ),
Calamares::JobResult::InvalidConfiguration );
}