Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Sep 18, 2024
1 parent a5daf3d commit 90b4344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_core/tools/loader/ui/product_group_dialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, controller: "LoaderController", parent):
name_line_edit = HintedLineEdit(parent=self)
name_line_edit.setPlaceholderText("Remain blank to ungroup..")
name_line_edit.set_button_tool_tip(
"Pick from an exiting product group (if any)")
"Pick from an existing product group (if any)")

group_btn = QtWidgets.QPushButton("Apply", self)
group_btn.setAutoDefault(True)
Expand Down

0 comments on commit 90b4344

Please sign in to comment.