fix: ensure empty state group header is visible (#6606)

This commit is contained in:
Prateek Shourya 2025-02-14 13:54:25 +05:30 committed by GitHub
parent 71b41fa22b
commit b62b2710f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 57 additions and 13 deletions

View file

@ -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": "ラベルタイトル",