fix: ensure empty state group header is visible (#6606)
This commit is contained in:
parent
71b41fa22b
commit
b62b2710f5
7 changed files with 57 additions and 13 deletions
|
|
@ -1687,7 +1687,11 @@
|
|||
}
|
||||
},
|
||||
"states": {
|
||||
"describe_this_state_for_your_members": "为您的成员描述此状态。"
|
||||
"describe_this_state_for_your_members": "为您的成员描述此状态。",
|
||||
"empty_state": {
|
||||
"title": "{groupKey} 组中没有状态",
|
||||
"description": "请创建一个新状态"
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"label_title": "标签标题",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue