1
0
hs.hsadmin.ng/src/main/webapp/i18n/en/custom-error.json
2019-04-11 18:06:12 +02:00

10 lines
470 B
JSON

{
"error": {
"shareSubscriptionPositivQuantity": "Share subscriptions require a positive quantity",
"shareCancellationNegativeQuantity": "Share cancellations require a negative quantity",
"shareTransactionImmutable": "Share transactions are immutable",
"membershipNotDeletable": "Membership cannot be deleted, instead set 'untilDate'",
"untilDateMustBeAfterSinceDate": "Membership until date must be after since date"
}
}