We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c5d9ff + 2fde24b commit 2d21934Copy full SHA for 2d21934
src/components/MDX/MDXComponents.tsx
@@ -177,7 +177,7 @@ function YouWillLearn({
177
children: any;
178
isChapter?: boolean;
179
}) {
180
- let title = isChapter ? 'In this chapter' : 'You will learn';
+ let title = isChapter ? 'ഈ ചാപ്റ്ററിൽ' : 'ഈ ചാപ്റ്ററിൽ പഠിക്കുന്നത്';
181
return <SimpleCallout title={title}>{children}</SimpleCallout>;
182
}
183
0 commit comments