add help text

This commit is contained in:
Mario 2020-12-21 10:18:11 +01:00
parent bf82a396fc
commit 7940885388
3 changed files with 3 additions and 3 deletions

View File

@ -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_text = "Kopiere es anschließend auf deine senseBox MCU"
Blockly.Msg.compile_overlay_help = "Benötigst du mehr Hilfe? Dann schaue hier: "
/**
* FAQ

View File

@ -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_text = "Then copy it to your senseBox MCU";
Blockly.Msg.compile_overlay_help = "You need help? Have a look here: "
/**
* FAQ
*/

View File

@ -139,7 +139,7 @@ class Compile extends Component {
<img src={Copy} width="400"></img>
<h2>{Blockly.Msg.compile_overlay_head}</h2>
<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" />
</div>
</Backdrop>