diff --git a/news/2 Fixes/15232.md b/news/2 Fixes/15232.md new file mode 100644 index 000000000000..a0c75dcd3c52 --- /dev/null +++ b/news/2 Fixes/15232.md @@ -0,0 +1,2 @@ +Fix typo in displaying translation. +(thanks [FiftysixTimes7](https://github.com/FiftysixTimes7)) diff --git a/src/startPage-ui/startPage/startPage.tsx b/src/startPage-ui/startPage/startPage.tsx index 60891705b026..7c7f23837357 100644 --- a/src/startPage-ui/startPage/startPage.tsx +++ b/src/startPage-ui/startPage/startPage.tsx @@ -74,7 +74,7 @@ export class StartPage extends React.Component implements IMess
- {getLocString('StartPage.CreateJupyterNotebook', 'Create a Jupyter Notebook')} + {getLocString('StartPage.createJupyterNotebook', 'Create a Jupyter Notebook')}
{this.renderNotebookDescription()}