mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Remove double 'project' in label
This commit is contained in:
parent
c6eb14ab62
commit
af652e0d42
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ class BaseWidget(QtWidgets.QWidget):
|
|||
with self.category_widget.working_state_context():
|
||||
self.entity.add_to_project_override
|
||||
|
||||
action = QtWidgets.QAction("Add to project project override")
|
||||
action = QtWidgets.QAction("Add to project override")
|
||||
actions_mapping[action] = add_to_project_override
|
||||
menu.addAction(action)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue