Skip to content

Commit

Permalink
Merge pull request #240 from oleksis/oleksis/issue191
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 11, 2022
2 parents 1aa6974 + c30b630 commit 4ec6f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ export class Cockatiel extends BasePetType {
}
hello(): string {
// TODO: #191 Add a custom message for cockatiel
return ` says hello 👋!`;
return ` Hello, I'm a good bird 👋!`;
}
}

Expand Down

0 comments on commit 4ec6f35

Please sign in to comment.