diff --git a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
index 61a16b6972..119c97f3d9 100644
--- a/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
+++ b/abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json
@@ -384,7 +384,9 @@
"TrialLicenseModelInvalidErrorMessage": "One of the following fields are invalid: Country Name, Company Size, Industry or Purpose Of Usage.",
"Trial": "Trial",
"Purchased": "Purchased",
- "PurchaseTeamNow": "Purchase Team License",
- "PurchaseTrialLicenseMessage": "Your license end date is {0}.
If you want to continue using the ABP projects you created during the trial licensing process, replace the code below with the code in the appsettings.secrets.json
file in your project.
{1}
"
+ "PurchaseNow": "Purchase License",
+ "PurchaseTrialLicenseMessage": "Your {0} license end date is {1}.
If you want to continue using the ABP projects you created during the trial licensing process, replace the code below with the code in the appsettings.secrets.json
file in your project.",
+ "TrialLicenseExpireMessage": "Your trial license will expire on {0}.",
+ "TryForFree": "Try For Free"
}
}
\ No newline at end of file