Merge pull request #2610 from influxdata/bug-fix/rename-login-to-log-in

Bug fix/rename login to log in
pull/10616/head
lukevmorris 2017-12-18 14:06:21 -08:00 committed by GitHub
commit 9478a28c06
1 changed files with 4 additions and 1 deletions

View File

@ -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