You have added the "Installing" message - that's GREAT.. Can I suggest ONE more modification please.. simple one - take you a minute... in admin.html Line 136 says ``` if(window.confirm('“'+module+'” モジュールを削除してもよろしいですか?')) remove_node(module, function() {console.log('success');admin_refresh();}); ``` Can I suggest changing that to.. ``` if(window.confirm('“'+module+'” to be removed? Are you sure?')) remove_node(module, function() {console.log('success');admin_refresh();}); ```
You have added the "Installing" message - that's GREAT..
Can I suggest ONE more modification please.. simple one - take you a minute...
in admin.html
Line 136 says
Can I suggest changing that to..