diff --git a/src/App.tsx b/src/App.tsx index 5c9e8a5..9c5c0ab 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -3422,8 +3422,15 @@ function App() { aria-labelledby="alert-dialog-title" aria-describedby="alert-dialog-description" > - - {'Important Info'} + + {t('tutorial:important_info', { + postProcess: 'capitalizeAll', + })} @@ -3448,18 +3455,45 @@ function App() { aria-labelledby="alert-dialog-title" aria-describedby="alert-dialog-description" > - + {t('core:action.logout', { postProcess: 'capitalizeAll' })} - + {messageUnsavedChanges.message} -