Skip to content

Commit 25b4e03

Browse files
committed
feat: rename detach
1 parent f887bb1 commit 25b4e03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

reai_toolkit/features/detach/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def __init__(self, config=None):
99

1010
def register(self):
1111
PluginCommand.register(
12-
"RevEng.AI\\Analysis\\\u200b\u200b\u200bDetach Analysis",
12+
"RevEng.AI\\Analysis\\\u200b\u200bDetach",
1313
"Detach from the current RevEng.AI analysis",
1414
self.verify_detach,
1515
self.is_valid
@@ -21,7 +21,7 @@ def verify_detach(self, bv: BinaryView):
2121

2222
reply = QMessageBox.question(
2323
None,
24-
"RevEng.AI - Detach Analysis",
24+
"RevEng.AI - Detach",
2525
"Are you sure you want to detach from the current RevEng.AI analysis?\n\n"
2626
"This will disconnect this binary from its analysis on the RevEng.AI platform. "
2727
"You can reconnect later by choosing a source again.",

0 commit comments

Comments
 (0)