Skip to content

Commit 2d3c278

Browse files
authored
Don't translate anything otherwise the content.
These changes will be in separate pull request.
1 parent 8ba3f03 commit 2d3c278

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MDX/MDXComponents.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function YouWillLearn({
173173
children: any;
174174
isChapter?: boolean;
175175
}) {
176-
let title = isChapter ? 'في هذا الفصل' : 'You will learn';
176+
let title = isChapter ? 'In this chapter' : 'You will learn';
177177
return <SimpleCallout title={title}>{children}</SimpleCallout>;
178178
}
179179

0 commit comments

Comments
 (0)