Browse Source
Merge pull request #14180 from abpframework/admin-abpio-message-localization
Added localization for the reject trial license button
pull/14193/head
Engincan VESKE
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
abp_io/AbpIoLocalization/AbpIoLocalization/Admin/Localization/Resources/en.json
|
|
|
@ -399,6 +399,7 @@ |
|
|
|
"AllowFeatureUpgradeOnLicenseExpire": "Allow feature upgrade on license expire", |
|
|
|
"Deleted{0}": "[Deleted {0}]", |
|
|
|
"Tags": "Tags", |
|
|
|
"SetTagsInfo": "Tags should be comma-separated. Eg: CSharp, Entity Framework" |
|
|
|
"SetTagsInfo": "Tags should be comma-separated. Eg: CSharp, Entity Framework", |
|
|
|
"RejectTrialLicenseWarningMessage": "Are you sure you want to reject this trial license request?" |
|
|
|
} |
|
|
|
} |
|
|
|
|