From b75c85f007631dec814f512c1f61aecc621b663b Mon Sep 17 00:00:00 2001 From: jingyang <72259332+zjy365@users.noreply.github.com> Date: Tue, 13 Aug 2024 11:36:50 +0800 Subject: [PATCH] fix(docs):header title translation (#4963) --- docs/website/src/pages/self-hosting/header/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/src/pages/self-hosting/header/index.tsx b/docs/website/src/pages/self-hosting/header/index.tsx index 3c28d1bc947..1a452ec2f61 100644 --- a/docs/website/src/pages/self-hosting/header/index.tsx +++ b/docs/website/src/pages/self-hosting/header/index.tsx @@ -12,7 +12,7 @@ import './index.scss'; const navbar = [ { key: 'docs', - label: Documentation, + label: Docs, to: '/docs/Intro' }, {