diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp index 0e7dbb6c6..8e766a546 100644 --- a/src/modules/partition/gui/ChoicePage.cpp +++ b/src/modules/partition/gui/ChoicePage.cpp @@ -537,7 +537,7 @@ ChoicePage::updateActionChoicePreview( Device* currentDevice, ChoicePage::Choice PartitionBarsView* preview = new PartitionBarsView( m_previewAfterFrame ); PartitionLabelsView* previewLabels = new PartitionLabelsView( m_previewAfterFrame ); previewLabels->setCustomNewRootLabel( Calamares::Branding::instance()-> - string( Calamares::Branding::ShortProductName ) ); + string( Calamares::Branding::BootloaderEntryName ) ); PartitionModel* model = new PartitionModel( preview ); model->init( currentDevice, m_core->osproberEntries() );