From a09ed8c3afb2ffc0e778d3261fe111997f7fb7de Mon Sep 17 00:00:00 2001 From: michael <156257964@qq.com> Date: Sun, 30 Sep 2018 16:26:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B6=E9=83=A8=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E9=80=9A=E7=9F=A5/=E6=B6=88=E6=81=AF/=E5=BE=85?= =?UTF-8?q?=E5=8A=9E=E5=90=8E=E6=8F=90=E7=A4=BA=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E4=B8=8D=E5=AE=8C=E6=95=B4=20(#2457)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/Header.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Header.js b/src/layouts/Header.js index ab004ad9..385a8853 100644 --- a/src/layouts/Header.js +++ b/src/layouts/Header.js @@ -43,7 +43,7 @@ class HeaderView extends PureComponent { }; handleNoticeClear = type => { - message.success(`${formatMessage({ id: 'component.noticeIcon.cleared' })} ${type}`); + message.success(`${formatMessage({ id: 'component.noticeIcon.cleared' })} ${formatMessage({ id: `component.globalHeader.${type}` })}`); const { dispatch } = this.props; dispatch({ type: 'global/clearNotices', -- GitLab