enebular / node-red-contrib-admin

Apache License 2.0
14 stars 2 forks source link

Tiny fix #5

Open scargill opened 8 years ago

scargill commented 8 years ago

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();});