Skip to content

Commit 57c1d5c

Browse files
authored
Merge pull request #1994 from hpe-dev-incubator/FixEzmeralinblogcategory
Fix issue #1962
2 parents 2e3a7fd + 5d49d85 commit 57c1d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/BlogTabs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function BlogTabs({ data, columns }) {
6565

6666
const platforms = {
6767
ezmeralBlogs: {
68-
label: 'HPE Ezmeral',
68+
label: 'HPE Ezmeral Software',
6969
count: data?.ezmeralBlogsCount?.totalCount || 0,
7070
},
7171
dataFabricBlogs: {

0 commit comments

Comments
 (0)