Update the alert for demo storage. (#3830)

This commit is contained in:
mmathrani
2020-04-17 08:19:28 -07:00
committed by GitHub
parent 4b20383831
commit 13093933b3

View File

@@ -32,7 +32,7 @@
<script> <script>
if ('BlocklyStorage' in window) { if ('BlocklyStorage' in window) {
BlocklyStorage.HTTPREQUEST_ERROR = 'There was a problem with the request.\n'; BlocklyStorage.HTTPREQUEST_ERROR = 'There was a problem with the request.\n';
BlocklyStorage.LINK_ALERT = 'Share your blocks with this link:\n\n%1'; BlocklyStorage.LINK_ALERT = 'Share your blocks with the below public link. We\'ll store them for a year. Please be sure not to include any private information.\n\n%1';
BlocklyStorage.HASH_ERROR = 'Sorry, "%1" doesn\'t correspond with any saved Blockly file.'; BlocklyStorage.HASH_ERROR = 'Sorry, "%1" doesn\'t correspond with any saved Blockly file.';
BlocklyStorage.XML_ERROR = 'Could not load your saved file.\n'+ BlocklyStorage.XML_ERROR = 'Could not load your saved file.\n'+
'Perhaps it was created with a different version of Blockly?'; 'Perhaps it was created with a different version of Blockly?';