mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
change label message
This commit is contained in:
parent
e9eda8708e
commit
4fa8494ae5
1 changed files with 1 additions and 1 deletions
|
|
@ -470,7 +470,7 @@ class ValidationsWidget(QtWidgets.QFrame):
|
||||||
)
|
)
|
||||||
# After success publishing
|
# After success publishing
|
||||||
publish_started_widget = ValidationArtistMessage(
|
publish_started_widget = ValidationArtistMessage(
|
||||||
"Publishing run smoothly", self
|
"Publishing went smoothly", self
|
||||||
)
|
)
|
||||||
# After success publishing
|
# After success publishing
|
||||||
publish_stop_ok_widget = ValidationArtistMessage(
|
publish_stop_ok_widget = ValidationArtistMessage(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue