diff --git a/src/controllers/wizard/access.js b/src/controllers/wizard/remoteaccess.js similarity index 100% rename from src/controllers/wizard/access.js rename to src/controllers/wizard/remoteaccess.js diff --git a/src/scripts/routes.js b/src/scripts/routes.js index 9f3c794863..a3427c6551 100644 --- a/src/scripts/routes.js +++ b/src/scripts/routes.js @@ -378,7 +378,7 @@ define([ path: "/wizardremoteaccess.html", autoFocus: false, anonymous: true, - controller: "wizard/access" + controller: "wizard/remoteaccess" }); defineRoute({ path: "/wizardfinish.html",