fix(webui): simplify automation source display
This commit is contained in:
@@ -466,7 +466,7 @@
|
||||
"automations": {
|
||||
"kicker": "Workspace automations",
|
||||
"title": "Automations",
|
||||
"description": "Review cron reminders, recurring agent turns, one-time jobs, and protected system automations in one place.",
|
||||
"description": "Review cron reminders, recurring agent turns, one-time jobs, and protected system jobs.",
|
||||
"refresh": "Refresh",
|
||||
"newInChat": "New in chat",
|
||||
"stats": {
|
||||
@@ -515,6 +515,23 @@
|
||||
"unknown": "No linked chat",
|
||||
"legacy": "Recreate in target chat"
|
||||
},
|
||||
"channels": {
|
||||
"api": "API",
|
||||
"cli": "CLI",
|
||||
"dingtalk": "DingTalk",
|
||||
"discord": "Discord",
|
||||
"email": "Email",
|
||||
"feishu": "Feishu",
|
||||
"matrix": "Matrix",
|
||||
"msteams": "Microsoft Teams",
|
||||
"qq": "QQ",
|
||||
"slack": "Slack",
|
||||
"telegram": "Telegram",
|
||||
"wechat": "WeChat",
|
||||
"wecom": "WeCom",
|
||||
"weixin": "WeChat",
|
||||
"whatsapp": "WhatsApp"
|
||||
},
|
||||
"schedule": {
|
||||
"at": "At {{time}}",
|
||||
"every": "Every {{duration}}",
|
||||
|
||||
Reference in New Issue
Block a user