Unverified Commit ad5521d5 authored by Tao Feng's avatar Tao Feng Committed by GitHub

chore: rename Groups to Group in dashboard search filter (#670)

Signed-off-by: 's avatarfeng-tao <fengtao04@gmail.com>
parent 42b7a31e
...@@ -80,7 +80,7 @@ const configDefault: AppConfig = { ...@@ -80,7 +80,7 @@ const configDefault: AppConfig = {
}, },
{ {
categoryId: 'group_name', categoryId: 'group_name',
displayName: 'Groups', displayName: 'Group',
helpText: 'Enter exact group name or a regex wildcard pattern', helpText: 'Enter exact group name or a regex wildcard pattern',
type: FilterType.INPUT_SELECT, type: FilterType.INPUT_SELECT,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment