diff --git a/packages/notebook/src/actions.tsx b/packages/notebook/src/actions.tsx index 8043549df2d6..7030fafff5a5 100644 --- a/packages/notebook/src/actions.tsx +++ b/packages/notebook/src/actions.tsx @@ -1737,10 +1737,14 @@ export namespace NotebookActions { 'Selecting trust will re-render this notebook in a trusted state.' )}
- {trans.__( - 'For more information, see the %1', - trans.__('Jupyter security documentation') - )} + {trans.__('For more information, see')}{' '} + + {trans.__('the Jupyter security documentation')} +

);