Skip to content

Commit

Permalink
Fix typo in displaying translation (#15488)
Browse files Browse the repository at this point in the history
(fixes #15232)

Thanks @FiftysixTimes7!
  • Loading branch information
FiftysixTimes7 authored Feb 24, 2021
1 parent 8f5377e commit 691e3f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions news/2 Fixes/15232.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fix typo in displaying translation.
(thanks [FiftysixTimes7](https://github.com/FiftysixTimes7))
2 changes: 1 addition & 1 deletion src/startPage-ui/startPage/startPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export class StartPage extends React.Component<IStartPageProps> implements IMess
</div>
<div className="block">
<div className="text" onClick={this.openBlankNotebook} role="button">
{getLocString('StartPage.CreateJupyterNotebook', 'Create a Jupyter Notebook')}
{getLocString('StartPage.createJupyterNotebook', 'Create a Jupyter Notebook')}
</div>
{this.renderNotebookDescription()}
</div>
Expand Down

0 comments on commit 691e3f5

Please sign in to comment.