Skip to content

Commit 3c64cea

Browse files
author
Programer043
authored
Fix A Bad word
1 parent 5740981 commit 3c64cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI PasswdGen V2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def Generate():
6666
else:
6767
messagebox.showerror("Error","You need to select Upper or Lower case Letters!")
6868
else:
69-
messagebox.showerror("Error","Lenght Cannot be less than 7")
69+
messagebox.showerror("Error","Lenght Cannot be less than 8")
7070
Root = Tk()
7171
Root.title("PasswdGen V2")
7272
Root.geometry("250x300")

0 commit comments

Comments
 (0)