Skip to content

Commit 8a1b376

Browse files
Don't put the package version in the name
1 parent 64786f1 commit 8a1b376

File tree

1 file changed

+1
-1
lines changed
  • src/Umbraco.Commerce.Checkout/Client/src/backoffice/dashboards

1 file changed

+1
-1
lines changed

src/Umbraco.Commerce.Checkout/Client/src/backoffice/dashboards/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const dashboardManifests: Array<ManifestDashboard | ManifestModal> = [
66
type: 'dashboard',
77
alias: 'Umbraco.Commerce.Checkout.InstallerDashboard',
88
weight: -100,
9-
name: 'Umbraco Commerce Checkout v15',
9+
name: 'Umbraco Commerce Checkout',
1010
meta: {
1111
},
1212
element: () => import('./installer-dashboard.element'),

0 commit comments

Comments
 (0)