Skip to content

Commit

Permalink
fix: Fix configmap detail return title
Browse files Browse the repository at this point in the history
  • Loading branch information
leoliu committed Jun 22, 2020
1 parent 2431bd8 commit 87e19e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default class ConfigMapDetail extends React.Component {
attrs: this.getAttrs(),
breadcrumbs: [
{
label: t('Secrets'),
label: t('ConfigMaps'),
url: this.listUrl,
},
],
Expand Down
2 changes: 1 addition & 1 deletion src/pages/projects/containers/ConfigMaps/Detail/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export default class ConfigMapDetail extends React.Component {
attrs: this.getAttrs(),
breadcrumbs: [
{
label: t('Secrets'),
label: t('ConfigMaps'),
url: this.listUrl,
},
],
Expand Down

0 comments on commit 87e19e7

Please sign in to comment.