File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments