@codecademy/codebytes 0.2.1-alpha.524b82.0 → 0.2.1-alpha.9a17a9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,7 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ### [0.2.1-alpha.524b82.0](https://github.com/Codecademy/client-modules/compare/@codecademy/codebytes@0.2.0...@codecademy/codebytes@0.2.1-alpha.524b82.0) (2022-01-11)
6
+ ### [0.2.1-alpha.9a17a9.0](https://github.com/Codecademy/client-modules/compare/@codecademy/codebytes@0.2.0...@codecademy/codebytes@0.2.1-alpha.9a17a9.0) (2022-01-11)
7
7
 
8
8
  **Note:** Version bump only for package @codecademy/codebytes
9
9
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@codecademy/codebytes",
3
3
  "description": "Codebytes Code Editor",
4
- "version": "0.2.1-alpha.524b82.0",
4
+ "version": "0.2.1-alpha.9a17a9.0",
5
5
  "author": "Codecademy Engineering <dev@codecademy.com>",
6
6
  "sideEffects": [
7
7
  "**/*.css",
@@ -50,5 +50,5 @@
50
50
  "publishConfig": {
51
51
  "access": "public"
52
52
  },
53
- "gitHead": "d70500edcc3765e46127f9b32bb89e2626c55ba3"
53
+ "gitHead": "135beb34f32246ff3307cbae83b3704c5eecafb6"
54
54
  }
@@ -34,7 +34,7 @@ export const LanguageSelection: React.FC<LanguageSelectionProps> = ({
34
34
  }) => {
35
35
  return (
36
36
  <Background bg="black" flex={1} px={16} pt={48}>
37
- What language do you want to write?
37
+ Which language do you want to code in?
38
38
  <StyledSelect
39
39
  id="language-select"
40
40
  aria-label="Select your language"