Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
updated from pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Vandy Liu committed Feb 12, 2020
1 parent d1a4f3a commit df5edaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/view/components/toolbar/motion/Accelerometer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ const MOTION_SLIDER_PROPS_Y: ISliderProps = {
type: "motion_y",
};
const MOTION_SLIDER_PROPS_Z: ISliderProps = {
axisLabel: "Z",
maxLabel: "Down",
maxValue: 1023,
minValue: -1023,
minLabel: "Up",
maxLabel: "Down",
minValue: -1023,
type: "motion_z",
axisLabel: "Z",
};

const MOTION_SENSOR_PROPERTIES: ISensorProps = {
Expand Down
4 changes: 2 additions & 2 deletions src/view/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
"toolbar-accelerometer-sensor.description": "An accelerometer measures the acceleration of your micro:bit; this component senses when the micro:bit is moved.",
"toolbar-accelerometer-sensor.tryItDescription": "Change the acceleration here.",
"toolbar-microbit-led.title": "LEDs",
"toolbar-microbit-led.description": "The microbit has 25 LEDs for you to play with. The LEDs have 9 level of brightness.",
"toolbar-microbit-led.description": "The microbit has 25 LEDs for you to play with. The LEDs have 9 levels of brightness.",
"toolbar-microbit-led.tryItDescription": "Run your code and see the LEDs light up!",
"toolbar-microbit-button.title": "Buttons",
"toolbar-microbit-button.description": "There are two buttons on the front of the micro:bit (labelled A and B). The third button is to trigger both A and B buttons. You can detect when these buttons are pressed, allowing you to trigger code on the device.",
"toolbar-microbit-button.tryItDescription": "Click them with your mouse or by pressing “A” “B” on your keyboard!"
"toolbar-microbit-button.tryItDescription": "Click them with your mouse. Pressing “A” “B” on your keyboard will be implemented soon!"
}

0 comments on commit df5edaf

Please sign in to comment.