Skip to content

Commit 31706b5

Browse files
committed
fix: migrate patches
1 parent 648b145 commit 31706b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/adev-patches/translate-tutorial-label.patch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ diff --git a/adev/src/app/features/tutorial/tutorial.component.ts b/adev/src/app
22
index 5ed9051ae2..bb24ca4242 100644
33
--- a/adev/src/app/features/tutorial/tutorial.component.ts
44
+++ b/adev/src/app/features/tutorial/tutorial.component.ts
5-
@@ -46,7 +46,7 @@ import {
5+
@@ -49,7 +49,7 @@ import {
66
} from '../../editor/index';
77
import {SplitResizerHandler} from './split-resizer-handler.service';
8+
import {PAGE_PREFIX} from '../../core/constants/pages';
89

910
-const INTRODUCTION_LABEL = 'Introduction';
1011
+const INTRODUCTION_LABEL = 'イントロダクション';

0 commit comments

Comments
 (0)