Skip to content

Commit fe16544

Browse files
committed
Fix reference to tenancy name
1 parent 6cbc273 commit fe16544

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/view-resources/Views/Shared/Components/TenantChange/_ChangeModal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525
case 2: //InActive
2626
abp.message.warn(abp.utils.formatString(abp.localization
2727
.localize("TenantIsNotActive", "AbpProjectName"),
28-
this.tenancyName));
28+
tenancyName));
2929
break;
3030
case 3: //NotFound
3131
abp.message.warn(abp.utils.formatString(abp.localization
3232
.localize("ThereIsNoTenantDefinedWithName{0}", "AbpProjectName"),
33-
this.tenancyName));
33+
tenancyName));
3434
break;
3535
}
3636
});

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/wwwroot/view-resources/Views/Shared/Components/TenantChange/_ChangeModal.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)