Skip to content

Missing internationalization in Label and Description #162

@szczad

Description

@szczad

Hi,

There is problem with missing invalidation of "subject" and "confirm_subject" variables in deform.widget.CheckedPasswordWidget template. CheckedInputWidget works great but not password widget. Instead of
line no. 8:<label for="${oid}" i18n:translate="">Password</label>
and
line no. 14:<label for="${oid}-confirm" i18n:translate="">Confirm Password</label>

it should be probably
line no. 8:<label for="${oid}" i18n:translate="">${subject}</label>
and
line no. 14:<label for="${oid}-confirm" i18n:translate="">${confirm_subject}</label>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions