Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Etheryte committed Feb 25, 2025
1 parent 3d8e49d commit 3ec7e51
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions web/html/src/manager/login/messages.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import * as React from "react";

import { productName } from "core/user-preferences";

import { Messages, MessageType } from "components/messages/messages";

export const getGlobalMessages = (validationErrors, schemaUpgradeRequired, diskspaceSeverity, sccForwardWarning) => {
Expand Down Expand Up @@ -52,8 +50,7 @@ export const getGlobalMessages = (validationErrors, schemaUpgradeRequired, disks

if (sccForwardWarning) {
const sccForwardWarningMessage = t(
"{productName} PAYG instances must forward registration data to SCC when credentials are provided. Data will be sent independently of the configuration setting. To hide this warning please set 'forward_registration = 1' in rhn.conf.",
{ productName }
"SUSE Multi-Linux Manager PAYG instances must forward registration data to SCC when credentials are provided. Data will be sent independently of the configuration setting. To hide this warning please set 'forward_registration = 1' in rhn.conf."
);
messages = messages.concat({ severity: "warning", text: sccForwardWarningMessage });
}
Expand Down

0 comments on commit 3ec7e51

Please sign in to comment.