Blob Blame History Raw
From 2d17b1b9a8d0342e88a666a2fdb4bee2de7b5fa6 Mon Sep 17 00:00:00 2001
From: Jim Perrin <jperrin@centos.org>
Date: Fri, 20 Nov 2015 08:11:30 -0600
Subject: [PATCH] debrand warnings

---
 src/plugins/subscription-manager.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/subscription-manager.py b/src/plugins/subscription-manager.py
index f5fffa3..2a6b2e7 100644
--- a/src/plugins/subscription-manager.py
+++ b/src/plugins/subscription-manager.py
@@ -44,10 +44,10 @@ The subscription for following product(s) has expired:
 You no longer have access to the repositories that provide these products.  It is important that you apply an active subscription in order to resume access to security and other critical updates. If you don't have other active subscriptions, you can renew the expired subscription.  """
 
 not_registered_warning = \
-"This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register."
+"This system is not registered with Subscription Management. You can use subscription-manager to register."
 
 no_subs_warning = \
-"This system is registered to Red Hat Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions."
+"This system is registered with Subscription Management, but is not receiving updates. You can use subscription-manager to assign subscriptions."
 
 
 # If running from the yum plugin, we want to avoid blocking
-- 
1.8.3.1