更新 'lib/assets/javascripts/new-dashboard/router/routes/notifications.js'

This commit is contained in:
zhongjin 2024-04-09 20:21:23 +08:00
parent fae4157083
commit 251fc74e17

View File

@ -10,7 +10,7 @@ const routes = [
name: 'notifications',
component: Notifications,
meta: {
title: () => 'Notifications | CARTO'
title: () => '通知 | 快点'
},
beforeEnter: fetchNotifications
}