Skip to content

Commit

Permalink
chore: update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanBetty committed Dec 6, 2024
1 parent 4f86ae3 commit a0f3842
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions src/prefabs/structures/PriceInput/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ export const options = {
propertyBased: buttongroup(
'Type',
[
['Property based', 'true'],
['Non property based', 'false'],
['Property-based', 'true'],
['Non-property-based', 'false'],
],
{
value: 'true',
Expand Down
4 changes: 2 additions & 2 deletions src/prefabs/structures/SelectInput/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ export const options = {
propertyBased: buttongroup(
'Type',
[
['Property based', 'true'],
['Non property based', 'false'],
['Property-based', 'true'],
['Non-property-based', 'false'],
],
{
value: 'true',
Expand Down
4 changes: 2 additions & 2 deletions src/prefabs/structures/TextArea/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const options = {
propertyBased: buttongroup(
'Type',
[
['Property based', 'true'],
['Non property based', 'false'],
['Property-based', 'true'],
['Non-property-based', 'false'],
],
{
value: 'true',
Expand Down
4 changes: 2 additions & 2 deletions src/prefabs/structures/TextInput/options/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export const options = {
propertyBased: buttongroup(
'Type',
[
['Property based', 'true'],
['Non property based', 'false'],
['Property-based', 'true'],
['Non-property-based', 'false'],
],
{
value: 'true',
Expand Down

0 comments on commit a0f3842

Please sign in to comment.