diff --git a/website/common/locales/en/achievements.json b/website/common/locales/en/achievements.json index 8e86fdf717..a8e4c796b5 100644 --- a/website/common/locales/en/achievements.json +++ b/website/common/locales/en/achievements.json @@ -128,6 +128,6 @@ "achievementZodiacZookeeperText": "Has hatched all the zodiac pets: Rat, Cow, Bunny, Snake, Horse, Sheep, Monkey, Rooster, Wolf, Tiger, Flying Pig, and Dragon!", "achievementZodiacZookeeperModalText": "You collected all the zodiac pets!", "achievementBirdsOfAFeather": "Birds of a Feather", - "achievementBirdsOfAFeatherText": "Has hatched all the flying pets: Flying Pig, Owl, Parrot, Pterodactyl, Gryphon, and Falcon.", + "achievementBirdsOfAFeatherText": "Has hatched all the flying pets: Flying Pig, Owl, Parrot, Pterodactyl, Gryphon, Falcon, Peacock, and Rooster.", "achievementBirdsOfAFeatherModalText":"You collected all the flying pets!" } diff --git a/website/server/models/user/schema.js b/website/server/models/user/schema.js index 1525f4f434..d4371d180d 100644 --- a/website/server/models/user/schema.js +++ b/website/server/models/user/schema.js @@ -148,6 +148,7 @@ export default new Schema({ shadyCustomer: Boolean, shadeOfItAll: Boolean, zodiacZookeeper: Boolean, + birdsOfAFeather: Boolean, // Onboarding Guide createdTask: Boolean, completedTask: Boolean,