Skip to content

Commit

Permalink
fix(ui): Fix consumer groups page title (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
haidaraM committed Aug 12, 2020
1 parent 6f10f8d commit be24e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Base/Base.jsx
Expand Up @@ -42,7 +42,7 @@ class Base extends Component {
title = 'Live Tail |';
}
if (page.includes('group')) {
title = 'Customer Groups |';
title = 'Consumer Groups |';
}
if (page.includes('acls')) {
title = 'Acls |';
Expand Down

0 comments on commit be24e17

Please sign in to comment.