Skip to content

Commit 40a61d1

Browse files
authored
fix: translate label for experimental unit testing (#1042)
1 parent 83fcf19 commit 40a61d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev-ja/src/app/sub-navigation-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ const DOCS_SUB_NAVIGATION_DATA: NavigationItem[] = [
507507
contentPath: 'guide/testing/utility-apis',
508508
},
509509
{
510-
label: 'Experimental unit testing integration',
510+
label: '実験的なユニットテストシステム',
511511
path: 'guide/testing/unit-tests',
512512
contentPath: 'guide/testing/experimental-unit-test',
513513
},

0 commit comments

Comments
 (0)