Guides/Dashboards-v2.md
... ...
@@ -18,8 +18,8 @@ Izenda now offers its new Angular.js Dashboard Designer / Viewer with the platfo
18 18
19 19
1. [Download](http://www.izenda.com/update-your-izenda-version/) the full Webforms kit and replace the bin and resources folders within your projectt
20 20
2. Take the Dash.aspx and Dash.aspx.cs files from the downloaded kit and copy it to your project
21
-3. Update Dashboards.Master with the new changes
22
-4. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash.aspx";
21
+3. Update Default.Master with the new changes
22
+4. In the global, update the dashboard viewer setting to AdHocSettings.DashboardViewer = "Dash.aspx";, as well as the dashboard designer setting to AdHocSettings.DashboardDesigner = "Dash.aspx";
23 23
24 24
##MVC
25 25