Skip to content

Commit 1e3f1a4

Browse files
committed
update the warning message.
1 parent e80fd30 commit 1e3f1a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/navigate/controller/sub_controllers/plugins_controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ def load_plugins(self):
135135
)
136136
if plugin_frame_module is None:
137137
print(
138-
"Make sure that the plug in frame name is correct! "
139-
f"Plug in {plugin_name} needs to be reinstalled!"
138+
f"Make sure that the plugin frame name {plugin_class_name} is correct! "
139+
f"Plugin {plugin_name} needs to be uninstalled from navigate or reinstalled!"
140140
)
141141
return
142142
plugin_frame = getattr(

0 commit comments

Comments
 (0)