CoreID/locale/en_US/iam.locale.js

6 lines
210 B
JavaScript
Raw Normal View History

2020-05-30 23:00:12 +00:00
module.exports = exports = {
policy_not_found: 'Policy not found with that ID.',
permission_not_found: 'Permission not found with that ID.',
2020-05-30 23:00:12 +00:00
invalid_entity: 'Invalid entity_type. Must be one of:'
}