Skip to content

Commit

Permalink
fix(theme-default): fix display text for danger container (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga248 authored Dec 18, 2021
1 parent c8d9986 commit 6d15511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@vuepress/theme-default/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = (options, ctx) => {
['container', {
type: 'danger',
defaultTitle: {
'/': 'WARNING',
'/': 'DANGER',
'/zh/': '警告'
}
}],
Expand Down

0 comments on commit 6d15511

Please sign in to comment.