|
|
|
@ -2488,9 +2488,6 @@
|
|
|
|
|
"message": "Profile name cannot be empty",
|
|
|
|
|
"description": "Error message displayed on empty profile name"
|
|
|
|
|
},
|
|
|
|
|
"maxGroupMembersError": {
|
|
|
|
|
"message": "Max number of members for small group chats is: "
|
|
|
|
|
},
|
|
|
|
|
"nonAdminDeleteMember": {
|
|
|
|
|
"message": "Only group admin can remove members!"
|
|
|
|
|
},
|
|
|
|
@ -2799,5 +2796,34 @@
|
|
|
|
|
},
|
|
|
|
|
"devicePairedSuccessfully": {
|
|
|
|
|
"message": "Device linked successfully"
|
|
|
|
|
},
|
|
|
|
|
"invalidGroupName": {
|
|
|
|
|
"message": "Group Name length must be between 1 to $maxSize$",
|
|
|
|
|
"description": "Error message displayed on invalid group name",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"maxSize": {
|
|
|
|
|
"content": "$1",
|
|
|
|
|
"example": "125"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"invalidGroupSize": {
|
|
|
|
|
"message": "Closed Group size must be between 1 to $maxSize$",
|
|
|
|
|
"description": "Error message displayed on invalid closed group size",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"maxSize": {
|
|
|
|
|
"content": "$1",
|
|
|
|
|
"example": "10"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"maxGroupMembersError": {
|
|
|
|
|
"message": "Max number of members for small group chats is $maxSize$",
|
|
|
|
|
"placeholders": {
|
|
|
|
|
"maxSize": {
|
|
|
|
|
"content": "$1",
|
|
|
|
|
"example": "10"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|