Skip to content

Commit 691e3f5

Browse files
Fix typo in displaying translation (#15488)
(fixes #15232) Thanks @FiftysixTimes7!
1 parent 8f5377e commit 691e3f5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

news/2 Fixes/15232.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fix typo in displaying translation.
2+
(thanks [FiftysixTimes7](https://github.com/FiftysixTimes7))

src/startPage-ui/startPage/startPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export class StartPage extends React.Component<IStartPageProps> implements IMess
7474
</div>
7575
<div className="block">
7676
<div className="text" onClick={this.openBlankNotebook} role="button">
77-
{getLocString('StartPage.CreateJupyterNotebook', 'Create a Jupyter Notebook')}
77+
{getLocString('StartPage.createJupyterNotebook', 'Create a Jupyter Notebook')}
7878
</div>
7979
{this.renderNotebookDescription()}
8080
</div>

0 commit comments

Comments
 (0)