We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6f80a commit 64a065cCopy full SHA for 64a065c
1 file changed
gui.py
@@ -432,7 +432,7 @@ def click_button_fetch() -> None:
432
if fetch_success:
433
messagebox.showinfo("Success", "Fetch successful!")
434
else:
435
- messagebox.showerror("Error", "Could not fetch from CRMScripts from tenant.")
+ messagebox.showerror("Error", "Could not fetch data from tenant.")
436
437
@staticmethod
438
def click_button_open_file_explorer():
0 commit comments