Skip to content

Commit

Permalink
adapted text changes
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 8, 2017
1 parent 56df6af commit 4eafdf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/registration/ui/base_system_registration_dialog.rb
Expand Up @@ -362,9 +362,9 @@ def show_skipping_warning
warning = _("Without registration, update-channels will not be\n" \
"configured. This disables updates and security fixes.\n\n" \
"A full system can be installed using the\n" \
"SLE-15-Packages media from download.suse.com.\n" \
"Without this media only a minimum system is available\n" \
"in this installation.")
"%{media_name} media from https://download.suse.com.\n" \
"Without these media only a minimum system is available\n" \
"in this installation.") % {media_name: "SLE-15-Packages"}
Yast::Popup.Warning(warning)
end

Expand Down

0 comments on commit 4eafdf0

Please sign in to comment.