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":"Duplicate",
"search":"Search Robots...",
"notifications": {
"delete_warning": "Cannot delete robot as it has associated runs",
"delete_warning": "The robot has associated runs. First delete runs to delete the robot",
"delete_success": "Robot deleted successfully",
"auth_success": "Robot successfully authenticated"
}