Răsfoiți Sursa

Replaced Kubecost messaging with OpenCost specifics

Signed-off-by: Matt Ray <github@mattray.dev>
Matt Ray 2 ani în urmă
părinte
comite
8ebdf79953
2 a modificat fișierele cu 4 adăugiri și 4 ștergeri
  1. 2 2
      ui/src/Reports.js
  2. 2 2
      ui/src/cloudCost/cloudCostDetails.js

+ 2 - 2
ui/src/Reports.js

@@ -207,12 +207,12 @@ const ReportsPage = () => {
           {
             primary: "Failed to load report data",
             secondary:
-              "Please update Kubecost to the latest version, then contact support if problems persist.",
+              "Please update OpenCost to the latest version, then open an Issue on GitHub if problems persist.",
           },
         ]);
       } else {
         let secondary =
-          "Please contact Kubecost support with a bug report if problems persist.";
+          "Please open an Issue on GitHub if problems persist.";
         if (err.message.length > 0) {
           secondary = err.message;
         }

+ 2 - 2
ui/src/cloudCost/cloudCostDetails.js

@@ -73,12 +73,12 @@ const CloudCostDetails = ({
           {
             primary: "Failed to load report data",
             secondary:
-              "Please update Kubecost to the latest version, then contact support if problems persist.",
+              "Please update OpenCost to the latest version, then open an Issue on GitHub if problems persist.",
           },
         ]);
       } else {
         let secondary =
-          "Please contact Kubecost support with a bug report if problems persist.";
+          "Please open an Issue on GitHub if problems persist.";
         if (err.message.length > 0) {
           secondary = err.message;
         }