Skip to content

Commit

Permalink
Correct ingredient California Lemonade (#528)
Browse files Browse the repository at this point in the history
Updated the California Lemonade recipe. It didn't have carbonated water in the ingredients list, but it's a core ingredient.

I have updated to include Soda Water in the ingredients (as this is already an ingredient in Drinkable) and have adjusted the recipe to suit.
  • Loading branch information
Neriderc authored Aug 9, 2024
1 parent 0967b12 commit 9fe82fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/data/cocktail-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,8 @@ const cocktails: StaticCocktail[] = [
{ amount: '30', ingredientId: '2', unit: Unit.ML },
{ amount: '30', ingredientId: '10', unit: Unit.ML },
{ amount: '1', ingredientId: '16', unit: Unit.TBSP },
{ amount: '15', ingredientId: '30', unit: Unit.ML }
{ amount: '15', ingredientId: '30', unit: Unit.ML },
{ amount: '120', ingredientId: '4', unit: Unit.ML }
],
tags: []
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/instructions.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"bermuda-highball": "Pour brandy, gin, and dry vermouth into a highball glass over ice cubes. \nFill with carbonated water and stir. \nAdd the twist of lemon and serve. \n(Ginger ale may be substituted for soda water, if preferred).",
"bluebird": "In a mixing glass half-filled with crushed ice, combine the gin, triple sec, Curacao, and bitters. \nStir well. \nStrain into a cocktail glass and garnish with the lemon twist and the cherry.",
"boxcar": "In a shaker half-filled with ice cubes, combine all of the ingredients. \nShake well. \nStrain into a sour glass.",
"california-lemonade": "Shake all ingredients (except carbonated water) with ice and strain into a collins glass over shaved ice. \nFill with carbonated water and stir. \nDecorate with slices of orange and lemon. \nAdd the cherry and serve with a straw.",
"california-lemonade": "Shake all ingredients (except soda water) with ice and strain into a collins glass over shaved ice. \nFill with soda water and stir. \nDecorate with a cherry and slices of orange and lemon. \nServe with a straw.",
"casino-royale": "In a shaker half-filled with ice cubes, combine all of the ingredients. \nShake well. \nStrain into a sour glass.",
"champagne-cocktail": "Add dash of Angostura bitter onto sugar cube and drop it into champagne flute. \nAdd cognac followed by gently pouring chilled champagne. \nGarnish with orange slice and maraschino cherry.",
"chocolate-black-russian": "Combine all ingredients in an electric blender and blend at a low speed for a short length of time. \nPour into a chilled champagne flute and serve.",
Expand Down

0 comments on commit 9fe82fb

Please sign in to comment.