(feat:tools) reflect custom name on ui

This commit is contained in:
ManishMadan2882
2025-05-24 01:17:22 +05:30
parent 8e3f3d74d4
commit 14adfabf7e
3 changed files with 6 additions and 5 deletions

View File

@@ -117,12 +117,12 @@
"noToolsFound": "No tools found",
"selectToolSetup": "Select a tool to set up",
"settingsIconAlt": "Settings icon",
"configureToolAria": "Configure {toolName}",
"toggleToolAria": "Toggle {toolName}",
"configureToolAria": "Configure {{toolName}}",
"toggleToolAria": "Toggle {{toolName}}",
"manageTools": "Go to Tools",
"edit": "Edit",
"delete": "Delete",
"deleteWarning": "Are you sure you want to delete {toolName}?",
"deleteWarning": "Are you sure you want to delete the tool \"{{toolName}}\" ?",
"unsavedChanges": "You have unsaved changes that will be lost if you leave without saving.",
"leaveWithoutSaving": "Leave without Saving",
"saveAndLeave": "Save and Leave"