From 412360f8459590b77327e78fe23e9be1a6857ee3 Mon Sep 17 00:00:00 2001 From: Zhicheng WANG Date: Sat, 13 Jun 2020 09:26:07 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E6=98=BE=E7=A4=BA=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aio/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/src/app/app.component.ts b/aio/src/app/app.component.ts index 47accb02c8..2025253f1b 100644 --- a/aio/src/app/app.component.ts +++ b/aio/src/app/app.component.ts @@ -160,7 +160,7 @@ export class AppComponent implements OnInit { ]).subscribe(([versionInfo, versions]) => { // TODO(pbd): consider whether we can lookup the stable and next versions from the internet const computedVersions: NavigationNode[] = [ - { title: '英文最新版', url: 'https://next.angular.io/' }, + { title: 'next 版', url: 'https://next.angular.io/' }, { title: '同步翻译版', url: 'https://angular.cn/' }, ]; if (this.deployment.mode === 'archive') {