Merge pull request #2610 from influxdata/bug-fix/rename-login-to-log-in
Bug fix/rename login to log inpull/10616/head
commit
9478a28c06
|
@ -48,7 +48,10 @@ const errorsMiddleware = store => next => action => {
|
|||
}, notificationsBlackoutDuration)
|
||||
} else if (wasSessionTimeout) {
|
||||
store.dispatch(
|
||||
notify(alertType, 'Session timed out. Please login again.')
|
||||
notify(
|
||||
alertType,
|
||||
'Your session has timed out. Log in again to continue.'
|
||||
)
|
||||
)
|
||||
|
||||
allowNotifications = false
|
||||
|
|
Loading…
Reference in New Issue