Update structure of notification message.

This commit is contained in:
Sam El-Husseini 2017-06-15 14:19:46 -07:00
parent f85cd55dfd
commit 0195b4e31d

View File

@ -31,6 +31,9 @@
"zh-TW" "zh-TW"
], ],
"notifications": { "notifications": {
"localhost": "<h2>Heads Up!</h2> <br />This editor is moving to <a href=\"https://makecode.microbit.org\" >https://makecode.microbit.org</a> on July 22nd 2017" "localhost": {
"type": "warning",
"message": "<h2>Heads Up!</h2> <br />This editor is moving to <a href=\"https://makecode.microbit.org\" >https://makecode.microbit.org</a> on July 22nd 2017"
}
} }
} }