Merge pull request #402 from getmaxun/message-fix

feat: display proper message for run exists notification
This commit is contained in:
Karishma Shukla
2025-01-27 21:35:43 +05:30
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@@ -41,7 +41,7 @@
"duplicate": "复制",
"search": "搜索机器人...",
"notifications": {
"delete_warning": "无法删除机器人,因为它有关联的运行记录",
"delete_warning": "该机器人有关联的运行记录。请先删除运行记录才能删除机器人",
"delete_success": "机器人删除成功",
"auth_success": "机器人认证成功"
}