Skip to content

Commit 826b272

Browse files
Merge pull request #2990 from khanhkhanhlele/bank_managment_system/QTFrontend.py
Fix typos in bank_managment_system/QTFrontend.py
2 parents 7384e5d + 992c9d6 commit 826b272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bank_managment_system/QTFrontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ def update_employee_data(name, password, salary, position, name_to_update):
11711171
)
11721172
backend.conn.commit()
11731173
show_popup_message(
1174-
stacked_widget, "Employee Upadate successfully", UPDATE_EMPLOYEE_PAGE2
1174+
stacked_widget, "Employee Update successfully", UPDATE_EMPLOYEE_PAGE2
11751175
)
11761176

11771177
except:

0 commit comments

Comments
 (0)