Browse Source

Added parameter to ExpirationYearWarning localization

pull/18869/head
honurbu 2 years ago
parent
commit
938162a20c
  1. 2
      abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json

2
abp_io/AbpIoLocalization/AbpIoLocalization/Commercial/Localization/Resources/en.json

@ -1133,7 +1133,7 @@
"NoActiveLicence": "You are not eligible for this action! You have no active license.",
"ExpirationMonthWarning": "Month should be 12 or less.",
"ExpirationMoreMonthWarning": "Month should be 1 or more.",
"ExpirationYearWarning": "Year should be 24 or more.",
"ExpirationYearWarning": "Year should be {0} or more.",
"YearCantBeNull": "Year field cannot be empty."
}
}

Loading…
Cancel
Save