From 1d3c4e8f19228c785ad49c622193675a8e133ff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Thu, 10 Sep 2015 10:34:19 +0200 Subject: [PATCH] fix displaying the product name --- src/clients/inst_scc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clients/inst_scc.rb b/src/clients/inst_scc.rb index 2d232cc3a..92571b5d0 100644 --- a/src/clients/inst_scc.rb +++ b/src/clients/inst_scc.rb @@ -273,7 +273,7 @@ def scc_credentials_dialog HSquash( VBox( VSpacing(1), - Left(Heading(::Registration::SwMgmt.base_product_label(base_product))), + Left(Heading(::Registration::SwMgmt.product_label(base_product))), VSpacing(1), registered ? Heading(_("The system is already registered.")) : Label(info) )