diff --git a/frontend/src/components/common/notification.js b/frontend/src/components/common/notification.js index d6f28c3e55..e6f16802f3 100644 --- a/frontend/src/components/common/notification.js +++ b/frontend/src/components/common/notification.js @@ -78,7 +78,7 @@ class Notification extends React.Component { return (); })} - {gettext('See All Notifications')} + {gettext('See All Notifications')} diff --git a/seahub/urls.py b/seahub/urls.py index ba77aaf85b..6c17e13c3c 100644 --- a/seahub/urls.py +++ b/seahub/urls.py @@ -671,7 +671,7 @@ urlpatterns = [ url(r'^api/v2.1/admin/invitations/(?P[a-f0-9]{32})/$', AdminInvitation.as_view(), name='api-v2.1-admin-invitation'), url(r'^avatar/', include('seahub.avatar.urls')), - url(r'^notification/', include('seahub.notifications.urls')), + url(r'^notice/', include('seahub.notifications.urls')), url(r'^contacts/', include('seahub.contacts.urls')), url(r'^group/', include('seahub.group.urls')), url(r'^options/', include('seahub.options.urls')),