diff --git a/src/components/Blockly/msg/de.js b/src/components/Blockly/msg/de.js index c01e451..11dc028 100644 --- a/src/components/Blockly/msg/de.js +++ b/src/components/Blockly/msg/de.js @@ -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 diff --git a/src/components/Blockly/msg/en.js b/src/components/Blockly/msg/en.js index 4c131dd..3c08232 100644 --- a/src/components/Blockly/msg/en.js +++ b/src/components/Blockly/msg/en.js @@ -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 */ diff --git a/src/components/Workspace/Compile.js b/src/components/Workspace/Compile.js index fbce051..d0a57a6 100644 --- a/src/components/Workspace/Compile.js +++ b/src/components/Workspace/Compile.js @@ -139,7 +139,7 @@ class Compile extends Component {

{Blockly.Msg.compile_overlay_head}

{Blockly.Msg.compile_overlay_text}

-

Benötigst du mehr Hilfe? Dann schaue hier: test

+

{Blockly.Msg.compile_overlay_help}FAQ