diff --git a/src/modules/partition/gui/ChoicePage.cpp b/src/modules/partition/gui/ChoicePage.cpp
index 17c6af3b3..2c7b8376c 100644
--- a/src/modules/partition/gui/ChoicePage.cpp
+++ b/src/modules/partition/gui/ChoicePage.cpp
@@ -1790,7 +1790,8 @@ ChoicePage::updateActionDescriptionsTr()
"currently present on the selected storage device." ) );
m_replaceButton->setText( tr( "Replace a partition
"
- "Replaces a partition with %1." ) );
+ "Replaces a partition with %1." )
+ .arg( Calamares::Branding::instance()->shortVersionedName() ) );
}
if ( m_osproberEntriesCount < 0 )
{