From 89ccc6bd2a953d4f897fd851ce2108f69c6b07f0 Mon Sep 17 00:00:00 2001 From: C_Q Date: Wed, 26 Dec 2018 16:28:19 +0800 Subject: [PATCH] fix show all notification link (#2719) --- frontend/src/components/common/notification.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/common/notification.js b/frontend/src/components/common/notification.js index 8fcdb50206..d4101994c5 100644 --- a/frontend/src/components/common/notification.js +++ b/frontend/src/components/common/notification.js @@ -1,6 +1,6 @@ import React from 'react'; import { seafileAPI } from '../../utils/seafile-api'; -import { gettext } from '../../utils/constants'; +import { gettext, siteRoot } from '../../utils/constants'; class Notification extends React.Component { constructor(props) { @@ -56,7 +56,7 @@ class Notification extends React.Component {
- {gettext('See All Notifications')} + {gettext('See All Notifications')}