From 4f8e46ddd554573a4ae26ef7a18616064d6166aa Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 25 Jan 2016 20:32:14 -0500 Subject: Cleaning up --- web/react/components/error_bar.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'web/react/components') diff --git a/web/react/components/error_bar.jsx b/web/react/components/error_bar.jsx index 279e0c315..3362ab835 100644 --- a/web/react/components/error_bar.jsx +++ b/web/react/components/error_bar.jsx @@ -49,7 +49,11 @@ export default class ErrorBar extends React.Component { componentWillMount() { if (global.window.mm_config.SendEmailNotifications === 'false') { - ErrorStore.storeLastError({message: this.props.intl.formatMessage({id: 'error_bar.preview_mode'})}); + ErrorStore.storeLastError({message: this.props.intl.formatMessage( + { + id: 'error_bar.preview_mode', + defaultMessage: 'Preview Mode: Email notifications have not been configured' + })}); this.onErrorChange(); } } -- cgit v1.2.3-1-g7c22