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": "ロボットの認証に成功しました"
}