File tree 3 files changed +3
-3
lines changed
docs/tutorialkit.dev/src/content/docs/reference
astro/src/default/utils/content
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ type I18nText = {
58
58
/**
59
59
* Text of the WebContainer link.
60
60
*
61
- * @default ' Powered by WebContainer '
61
+ * @default ' Powered by WebContainers '
62
62
*/
63
63
webcontainerLinkText? : string ,
64
64
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ export const DEFAULT_LOCALIZATION = {
5
5
noPreviewNorStepsText : 'No preview to run nor steps to show' ,
6
6
startWebContainerText : 'Run this tutorial' ,
7
7
editPageText : 'Edit this page' ,
8
- webcontainerLinkText : 'Powered by WebContainer ' ,
8
+ webcontainerLinkText : 'Powered by WebContainers ' ,
9
9
filesTitleText : 'Files' ,
10
10
prepareEnvironmentTitleText : 'Preparing Environment' ,
11
11
toggleTerminalButtonText : 'Toggle Terminal' ,
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ export const i18nSchema = z.object({
18
18
/**
19
19
* Text of the WebContainer link.
20
20
*
21
- * @default 'Powered by WebContainer '
21
+ * @default 'Powered by WebContainers '
22
22
*/
23
23
webcontainerLinkText : z . string ( ) . optional ( ) . describe ( 'Text of the WebContainer link.' ) ,
24
24
You can’t perform that action at this time.
0 commit comments