fixed 1.10 -> 1.10E

This commit is contained in:
Peli de Halleux 2018-06-18 08:16:16 -07:00
parent 304cbb5ee3
commit 3d7ebeb7b7

View File

@ -28,7 +28,7 @@ pxt.editor.initExtensionsAsync = function (opts: pxt.editor.ExtensionOptions): P
<div class="ui grid stackable"> <div class="ui grid stackable">
<div class="column five wide" style="background-color: #E2E2E2;"> <div class="column five wide" style="background-color: #E2E2E2;">
<div class="ui header">${lf("First time here?")}</div> <div class="ui header">${lf("First time here?")}</div>
<strong style="font-size:small">${lf("You must have version 1.10 or above of the firmware")}</strong> <strong style="font-size:small">${lf("You must have version 1.10E or above of the firmware")}</strong>
<div style="justify-content: center;display: flex;padding: 1rem;"> <div style="justify-content: center;display: flex;padding: 1rem;">
<img class="ui image" src="./static/download/firmware.png" style="height:100px;" /> <img class="ui image" src="./static/download/firmware.png" style="height:100px;" />
</div> </div>