Skip to content

Commit

Permalink
update avatar and spirit
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickwieth committed Jun 21, 2024
1 parent c9f6de6 commit 1659f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion keywords/avatar.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func (a avatar) ValidateType(r jsonschema.RootElement) error {
}

func (a avatar) InteractionText() string {
return "X/X avatar"
return "X/X Avatar"
}

func (a avatar) Description() string {
Expand Down
2 changes: 1 addition & 1 deletion keywords/spirit.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ func (s spirit) ValidateType(r jsonschema.RootElement) error {
}

func (s spirit) InteractionText() string {
return "1/1 spirit"
return "1/1 Spirit"
}

func (s spirit) Description() string {
Expand Down

0 comments on commit 1659f25

Please sign in to comment.