Skip to content

Commit

Permalink
fixed the wrong naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hrithikwins committed Dec 18, 2023
1 parent f2cce83 commit 0b26622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_hubs_addon/components/definitions/billboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ class Billboard(HubsComponent):
}

onlyY: BoolProperty(
name="Only Horizontal", description="Locks the Vertical Movement to enable only side to side movement", default=False)
name="Vertical Axis Only", description="Locks the Vertical Axis to enable only side to side movement", default=False)

0 comments on commit 0b26622

Please sign in to comment.