1
0
Pārlūkot izejas kodu

Fix "helios missing" message.

Herby Vojčík 5 gadi atpakaļ
vecāks
revīzija
d8322177b7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      lang/base/helpers.js

+ 1 - 1
lang/base/helpers.js

@@ -10,7 +10,7 @@ define(["amber/boot", "require"], function (boot, require) {
         require(['helios/index'], function (helios) {
             helios.popup();
         }, function (err) {
-            window.alert("Error loading helios.\nIf not present, you can install it with 'bower install helios --save-dev'.\nThe error follows:\n" + err);
+            window.alert("Error loading helios.\nIf not present, you can install it with 'npm install @ambers/helios --save-dev'.\nThe error follows:\n" + err);
         });
     };
     Object.defineProperty(exports, "api", {