diff --git a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Views/Admin/Edit.cshtml b/src/Orchard.Web/Modules/Orchard.MultiTenancy/Views/Admin/Edit.cshtml index 544b8636d..6a7f4ce15 100644 --- a/src/Orchard.Web/Modules/Orchard.MultiTenancy/Views/Admin/Edit.cshtml +++ b/src/Orchard.Web/Modules/Orchard.MultiTenancy/Views/Admin/Edit.cshtml @@ -5,7 +5,7 @@ Layout.Title = T("Edit Tenant").ToString(); Script.Require("jQuery").AtFoot(); - Script.Include(Url.Content("~/Themes/TheAdmin/Scripts/admin.js")).AtFoot(); + Script.Include(Url.Content("~/Themes/TheAdmin/Scripts/admin.js")).AtFoot(); Script.Include("multi-tenancy.admin.js").AtFoot(); } @@ -29,7 +29,7 @@
@T("Database Setup") @if (Model.State != TenantState.Uninitialized) { -
@T("Warning: If you don't know what you're doing you *will* (likely) send this tenant into a downward spiral of irrecoverable disrepair. Have a nice day.")
+
@T("Warning: If you don't know what you're doing you *will* (likely) send this tenant into a downward spiral of irrecoverable disrepair. Have a nice day.")
} else {
@@ -56,8 +56,8 @@
-
- +
+
@T("Select the Themes which should be available for this tenant. If none is selected, they will all be available.") @@ -83,8 +83,8 @@
-
- +
+
@T("Select the Modules which should be available for this tenant. If none is selected, they will all be available.") @@ -112,4 +112,4 @@
-} \ No newline at end of file +}