add help text
This commit is contained in:
parent
bf82a396fc
commit
7940885388
@ -1053,7 +1053,7 @@ Blockly.Msg.assessmenttour_injectionDiv = "Erstelle hier deine Lösung. Du kanns
|
|||||||
|
|
||||||
Blockly.Msg.compile_overlay_head = "Dein Programm wird nun kompiliert und heruntergeladen"
|
Blockly.Msg.compile_overlay_head = "Dein Programm wird nun kompiliert und heruntergeladen"
|
||||||
Blockly.Msg.compile_overlay_text = "Kopiere es anschließend auf deine senseBox MCU"
|
Blockly.Msg.compile_overlay_text = "Kopiere es anschließend auf deine senseBox MCU"
|
||||||
|
Blockly.Msg.compile_overlay_help = "Benötigst du mehr Hilfe? Dann schaue hier: "
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FAQ
|
* FAQ
|
||||||
|
@ -1016,7 +1016,7 @@ Blockly.Msg.assessmenttour_injectionDiv = "Create your solution here. You can us
|
|||||||
|
|
||||||
Blockly.Msg.compile_overlay_head = "Your program is now compiled and downloaded";
|
Blockly.Msg.compile_overlay_head = "Your program is now compiled and downloaded";
|
||||||
Blockly.Msg.compile_overlay_text = "Then copy it to your senseBox MCU";
|
Blockly.Msg.compile_overlay_text = "Then copy it to your senseBox MCU";
|
||||||
|
Blockly.Msg.compile_overlay_help = "You need help? Have a look here: "
|
||||||
/**
|
/**
|
||||||
* FAQ
|
* FAQ
|
||||||
*/
|
*/
|
||||||
|
@ -139,7 +139,7 @@ class Compile extends Component {
|
|||||||
<img src={Copy} width="400"></img>
|
<img src={Copy} width="400"></img>
|
||||||
<h2>{Blockly.Msg.compile_overlay_head}</h2>
|
<h2>{Blockly.Msg.compile_overlay_head}</h2>
|
||||||
<p>{Blockly.Msg.compile_overlay_text}</p>
|
<p>{Blockly.Msg.compile_overlay_text}</p>
|
||||||
<p>Benötigst du mehr Hilfe? Dann schaue hier: <a href="/faq" target="_blank">test</a></p>
|
<p>{Blockly.Msg.compile_overlay_help}<a href="/faq" target="_blank">FAQ</a></p>
|
||||||
<CircularProgress color="inherit" />
|
<CircularProgress color="inherit" />
|
||||||
</div>
|
</div>
|
||||||
</Backdrop>
|
</Backdrop>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user