adjust lock chat strings to be used as keys
This commit is contained in:
parent
63ac70b798
commit
2ff9a12d2c
@ -12,11 +12,11 @@ const intlMessages = defineMessages({
|
||||
id: 'app.userList.userOptions.disableMic',
|
||||
description: 'label to disable mic notification',
|
||||
},
|
||||
disablePrivChat: {
|
||||
disablePrivateChat: {
|
||||
id: 'app.userList.userOptions.disablePrivChat',
|
||||
description: 'label to disable private chat notification',
|
||||
},
|
||||
disablePubChat: {
|
||||
disablePublicChat: {
|
||||
id: 'app.userList.userOptions.disablePubChat',
|
||||
description: 'label to disable private chat notification',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user