diff --git a/dashboard/src/i18n/locales/en-US/features/cron.json b/dashboard/src/i18n/locales/en-US/features/cron.json index 942bb02ff..fecd5db82 100644 --- a/dashboard/src/i18n/locales/en-US/features/cron.json +++ b/dashboard/src/i18n/locales/en-US/features/cron.json @@ -43,7 +43,7 @@ }, "filters": { "search": "Search title and content", - "umo": "Filter by UMO", + "umo": "Filter by delivery target", "noUmos": "No UMOs", "noMatches": "No matching future tasks." }, diff --git a/dashboard/src/i18n/locales/ru-RU/features/cron.json b/dashboard/src/i18n/locales/ru-RU/features/cron.json index 63a767dde..8f7bfb448 100644 --- a/dashboard/src/i18n/locales/ru-RU/features/cron.json +++ b/dashboard/src/i18n/locales/ru-RU/features/cron.json @@ -43,7 +43,7 @@ }, "filters": { "search": "Поиск по названию и содержанию", - "umo": "Фильтр по UMO", + "umo": "Фильтр по цели доставки", "noUmos": "Нет UMO", "noMatches": "Нет подходящих будущих задач." }, diff --git a/dashboard/src/i18n/locales/zh-CN/features/cron.json b/dashboard/src/i18n/locales/zh-CN/features/cron.json index d0e8d2450..93d6b866b 100644 --- a/dashboard/src/i18n/locales/zh-CN/features/cron.json +++ b/dashboard/src/i18n/locales/zh-CN/features/cron.json @@ -43,7 +43,7 @@ }, "filters": { "search": "搜索任务名称和内容", - "umo": "按 UMO 筛选", + "umo": "按投递地筛选", "noUmos": "暂无 UMO", "noMatches": "没有匹配的未来任务。" }, diff --git a/dashboard/src/theme/LightTheme.ts b/dashboard/src/theme/LightTheme.ts index b88f05c28..a91e212ae 100644 --- a/dashboard/src/theme/LightTheme.ts +++ b/dashboard/src/theme/LightTheme.ts @@ -27,7 +27,7 @@ const PurpleTheme: ThemeTypes = { borderLight: '#d0d0d0', border: '#d0d0d0', inputBorder: '#787878', - containerBg: '#f9fafcf4', + containerBg: '#fffffff4', surface: '#fff', 'on-surface-variant': '#fff', facebook: '#4267b2', diff --git a/dashboard/src/views/CronJobPage.vue b/dashboard/src/views/CronJobPage.vue index 1e56f40ad..b10bd974b 100644 --- a/dashboard/src/views/CronJobPage.vue +++ b/dashboard/src/views/CronJobPage.vue @@ -2,7 +2,7 @@
-
+

{{ tm("page.title") }}