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.
1 parent 8f5377e commit 691e3f5Copy full SHA for 691e3f5
news/2 Fixes/15232.md
@@ -0,0 +1,2 @@
1
+Fix typo in displaying translation.
2
+(thanks [FiftysixTimes7](https://github.com/FiftysixTimes7))
src/startPage-ui/startPage/startPage.tsx
@@ -74,7 +74,7 @@ export class StartPage extends React.Component<IStartPageProps> implements IMess
74
</div>
75
<div className="block">
76
<div className="text" onClick={this.openBlankNotebook} role="button">
77
- {getLocString('StartPage.CreateJupyterNotebook', 'Create a Jupyter Notebook')}
+ {getLocString('StartPage.createJupyterNotebook', 'Create a Jupyter Notebook')}
78
79
{this.renderNotebookDescription()}
80
0 commit comments