diff --git a/public/index.html b/public/index.html index 11e5893..fe89fc0 100644 --- a/public/index.html +++ b/public/index.html @@ -8,10 +8,10 @@ - + - + diff --git a/src/pages/NotificationsRedesign/redesign/utils.js b/src/pages/NotificationsRedesign/redesign/utils.js index 0179a77..effa7ed 100644 --- a/src/pages/NotificationsRedesign/redesign/utils.js +++ b/src/pages/NotificationsRedesign/redesign/utils.js @@ -10,7 +10,7 @@ import {NotificationIconWrapper} from './ui/ui'; export function stringOfError (errorText) { switch (errorText) { case 'Unauthorized': - return 'Your credentials have expired.'; + return 'Your credentials have expired. You probably need to log out and back in to fix this.'; default: return errorText || 'Check your internet connection'; }