Skip to content

Commit 3874173

Browse files
Use the right casing for install dialog view path
1 parent 93bb03c commit 3874173

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Commerce.Checkout/Client/src/backoffice/views/dashboards/installer.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
var vm = this;
88

99
var dialogOptions = {
10-
view: '/app_plugins/umbracocommercecheckout/backoffice/views/dialogs/installer.html',
10+
view: '/App_Plugins/UmbracoCommerceCheckout/backoffice/views/dialogs/installer.html',
1111
size: 'small',
1212
config: { },
1313
submit: function (model) {

0 commit comments

Comments
 (0)