Skip to content

Commit

Permalink
fix(docs):header title translation (#4963)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 authored Aug 13, 2024
1 parent 04d823c commit b75c85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/src/pages/self-hosting/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import './index.scss';
const navbar = [
{
key: 'docs',
label: <Translate>Documentation</Translate>,
label: <Translate>Docs</Translate>,
to: '/docs/Intro'
},
{
Expand Down

0 comments on commit b75c85f

Please sign in to comment.