Merge branch 'io' into merge-upstream

This commit is contained in:
riku6460 2023-10-21 03:32:56 +09:00
commit 8d27363ccb
No known key found for this signature in database
GPG key ID: 27414FA27DB94CF6
4 changed files with 40 additions and 29 deletions

View file

@ -29,6 +29,12 @@ export const meta = {
id: '558ea170-f653-4700-94d0-5a818371d0df',
},
alreadyAssigned: {
message: 'User is already assigned to this role.',
code: 'ALREADY_ASSIGNED',
id: '67d8689c-25c6-435f-8ced-631e4b81fce1',
},
accessDenied: {
message: 'Only administrators can edit members of the role.',
code: 'ACCESS_DENIED',

View file

@ -30,7 +30,7 @@ export const meta = {
},
notAssigned: {
message: 'Not assigned.',
message: 'User was not assigned to this role.',
code: 'NOT_ASSIGNED',
id: 'b9060ac7-5c94-4da4-9f55-2047c953df44',
},