mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fix typo
This commit is contained in:
parent
138c9fb987
commit
65d03327b8
1 changed files with 1 additions and 1 deletions
|
|
@ -551,7 +551,7 @@ class PushToContextSelectWindow(QtWidgets.QWidget):
|
|||
self._main_thread_timer_can_stop = False
|
||||
self._main_thread_timer.start()
|
||||
self._main_layout.setCurrentWidget(self._overlay_widget)
|
||||
self._overlay_label.setText("Submittion started")
|
||||
self._overlay_label.setText("Submission started")
|
||||
|
||||
def _on_controller_submit_end(self):
|
||||
self._main_thread_timer_can_stop = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue