Skip to content

Commit 82ac220

Browse files
jedadarnfish
authored andcommitted
Match grammar
1 parent 0c8c53a commit 82ac220

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/utils/errors.utils.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const UserNoAuth: APIResponse = {
1313
response: 'USER_NO_AUTH',
1414
error: {
1515
title: 'User No Auth',
16-
description: 'You are not authenticated. Please log out and try again.'
16+
description: 'You\'re not authenticated. Please log out and try again.'
1717
},
1818
status: 401
1919
}
@@ -22,7 +22,7 @@ export const UserBanned: APIResponse = {
2222
response: 'USER_BANNED',
2323
error: {
2424
title: 'User Banned',
25-
description: 'You are banned from this instance.'
25+
description: 'You\'re banned from this instance.'
2626
},
2727
status: 401
2828
}
@@ -31,7 +31,7 @@ export const UserNotAuthorized: APIResponse = {
3131
response: 'USER_NOT_AUTHORIZED',
3232
error: {
3333
title: 'User Not Authorized',
34-
description: 'You are not allowed to create rooms.'
34+
description: 'You\'re not allowed to create rooms.'
3535
},
3636
status: 401
3737
}

0 commit comments

Comments
 (0)