Skip to content

Commit

Permalink
chore: Fix US spelling (#5105)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolodato authored Feb 14, 2025
1 parent 6cffced commit 7681c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/web/components/modals/CreateTrait.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const CreateTrait = class extends Component {
isValid={trait_key && trait_key.length}
type='text'
title={isEdit ? 'Trait ID' : 'Trait ID*'}
placeholder='E.g. favourite_color'
placeholder='E.g. favourite_colour'
/>
</FormGroup>
<FormGroup className='mb-2'>
Expand Down

0 comments on commit 7681c2a

Please sign in to comment.