Skip to content

Commit 64a065c

Browse files
committed
Changed fetch error message
1 parent 7d6f80a commit 64a065c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ def click_button_fetch() -> None:
432432
if fetch_success:
433433
messagebox.showinfo("Success", "Fetch successful!")
434434
else:
435-
messagebox.showerror("Error", "Could not fetch from CRMScripts from tenant.")
435+
messagebox.showerror("Error", "Could not fetch data from tenant.")
436436

437437
@staticmethod
438438
def click_button_open_file_explorer():

0 commit comments

Comments
 (0)