mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
password dialog title is Admin Password
This commit is contained in:
parent
fd64a396db
commit
a1fb8d089d
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class PasswordDialog(QtWidgets.QDialog):
|
|||
def __init__(self, parent=None, allow_remember=True):
|
||||
super(PasswordDialog, self).__init__(parent)
|
||||
|
||||
self.setWindowTitle("Settings Password")
|
||||
self.setWindowTitle("Admin Password")
|
||||
self.resize(300, 120)
|
||||
|
||||
system_settings = get_system_settings()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue