Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Tiny fix #5

@scargill

Description

@scargill

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions