chore: Display count of invited in members page
This commit is contained in:
parent
c95930de89
commit
a1b198bfbc
2 changed files with 21 additions and 1 deletions
|
|
@ -705,6 +705,15 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"countInvited": "{count} invited",
|
||||
"@countInvited": {
|
||||
"type": "String",
|
||||
"placeholders": {
|
||||
"count": {
|
||||
"type": "int"
|
||||
}
|
||||
}
|
||||
},
|
||||
"create": "Create",
|
||||
"@create": {
|
||||
"type": "String",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue