diff --git a/src/features/account/LogInSessions.tsx b/src/features/account/LogInSessions.tsx index 079ca831..da12b25a 100644 --- a/src/features/account/LogInSessions.tsx +++ b/src/features/account/LogInSessions.tsx @@ -69,9 +69,9 @@ export const LogInSessions: FC = () => { A log in session is created when you log in to KBase. A log in session is removed when you logout. However, if you do not - logout, your log in session will remain active for two weeks. At - the end of two weeks, the log in session will become invalid, - and you will need to log in again. + logout, your log in session will remain active for four weeks. + At the end of four weeks, the log in session will become + invalid, and you will need to log in again. }