Skip to content

Text domain typo #2

Open
Open
@knutsp

Description

@knutsp

Line 219 reads:
$columns['icon'] = __( 'Icon', 'term-icon' );
but should be
$columns['icon'] = __( 'Icon', 'wp-term-icons' );
to be the same as elsewhere in the plugin.

Btw: Plugin is not translation ready in general.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions