Просмотр исходного кода

Merge pull request #2556 from mattray/opencost

Replaced Kubecost messaging with OpenCost specifics
Matt Ray 2 лет назад
Родитель
Сommit
682aaa5a5a
2 измененных файлов с 4 добавлено и 4 удалено
  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;
         }