Skip to content

Commit

Permalink
fix(rhelView): sockets card heading
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Mar 26, 2020
1 parent 26319ae commit 45bf19e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ msgstr \\"\\"
\\"Content-Type: text/plain; charset=UTF-8\\\\n\\"
#: src/components/openshiftView/openshiftView.js:92
#: src/components/rhelView/rhelView.js:49
msgid \\"curiosity-graph.cardHeading\\"
msgstr \\"\\"
Expand Down Expand Up @@ -48,6 +47,10 @@ msgstr \\"\\"
msgid \\"curiosity-graph.noDataLabel\\"
msgstr \\"\\"
#: src/components/rhelView/rhelView.js:49
msgid \\"curiosity-graph.socketsHeading\\"
msgstr \\"\\"
#: src/components/graphCard/graphCard.js:134
#: src/components/graphCard/graphCardHelpers.js:83
msgid \\"curiosity-graph.thresholdLabel\\"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`RhelView Component should have a fallback title: title 1`] = `
</PageToolbar>
<PageSection>
<Connect(GraphCard)
cardTitle="t(curiosity-graph.cardHeading)"
cardTitle="t(curiosity-graph.socketsHeading)"
filterGraphData={
Array [
Object {
Expand Down Expand Up @@ -71,7 +71,7 @@ exports[`RhelView Component should render a non-connected component: non-connect
</PageToolbar>
<PageSection>
<Connect(GraphCard)
cardTitle="t(curiosity-graph.cardHeading)"
cardTitle="t(curiosity-graph.socketsHeading)"
filterGraphData={
Array [
Object {
Expand Down
2 changes: 1 addition & 1 deletion src/components/rhelView/rhelView.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class RhelView extends React.Component {
graphQuery={graphQuery}
productId={routeDetail.pathParameter}
viewId={viewId}
cardTitle={t('curiosity-graph.cardHeading')}
cardTitle={t('curiosity-graph.socketsHeading')}
productShortLabel={viewId}
/>
</PageSection>
Expand Down

0 comments on commit 45bf19e

Please sign in to comment.