From b49733303fbc0af053427dd7eb799acaf1003d98 Mon Sep 17 00:00:00 2001 From: Suguru Inatomi Date: Wed, 18 Jun 2025 12:20:24 +0900 Subject: [PATCH] fix: translate label for experimental unit testing --- adev-ja/src/app/sub-navigation-data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adev-ja/src/app/sub-navigation-data.ts b/adev-ja/src/app/sub-navigation-data.ts index d0cac1f8d..69ebacad2 100644 --- a/adev-ja/src/app/sub-navigation-data.ts +++ b/adev-ja/src/app/sub-navigation-data.ts @@ -507,7 +507,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [ contentPath: 'guide/testing/utility-apis', }, { - label: 'Experimental unit testing integration', + label: '実験的なユニットテストシステム', path: 'guide/testing/unit-tests', contentPath: 'guide/testing/experimental-unit-test', },