mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Change extension chip wording to “Video Sensing”
This commit is contained in:
parent
5f3f7f0977
commit
44ec3de0f1
2 changed files with 2 additions and 2 deletions
|
@ -13,7 +13,7 @@ const EXTENSION_INFO = {
|
|||
icon: 'extension-pen.svg'
|
||||
},
|
||||
videoSensing: {
|
||||
l10nId: 'project.videoMotionChip',
|
||||
l10nId: 'project.videoSensingChip',
|
||||
icon: 'extension-videosensing.svg'
|
||||
},
|
||||
text2speech: {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"project.penExtensionChip": "Pen",
|
||||
"project.text2SpeechChip": "Text to Speech",
|
||||
"project.translateChip": "Translate",
|
||||
"project.videoMotionChip": "Video Motion",
|
||||
"project.videoSensingChip": "Video Sensing",
|
||||
"project.needsConnection": "Needs Connection",
|
||||
"project.comments.header": "Comments",
|
||||
"project.comments.turnOff": "Turn off commenting",
|
||||
|
|
Loading…
Reference in a new issue