mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
change placeholder tooltip
This commit is contained in:
parent
f74f062b34
commit
8e46257ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -266,7 +266,7 @@ class InstallDialog(QtWidgets.QDialog):
|
|||
# --------------------------------------------------------------------
|
||||
mongo_input = MongoUrlInput(self)
|
||||
mongo_input.setPlaceholderText(
|
||||
"Enter your database address < mongodb://192.168.1.1:27017 >"
|
||||
"Enter your database Address. Example: mongodb://192.168.1.10:2707"
|
||||
)
|
||||
|
||||
mongo_messages_widget = QtWidgets.QWidget(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue