Skip to content

Commit

Permalink
fix displaying the product name
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 10, 2015
1 parent d6bf707 commit 1d3c4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/inst_scc.rb
Expand Up @@ -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)
)
Expand Down

0 comments on commit 1d3c4e8

Please sign in to comment.