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

Replace I18n ids with constants #20

@CrissNamon

Description

@CrissNamon

Replace strings like:

I18nUtils.get("alert.unsaved.header");

with constants:

public static final String ALERT_UNSAVED_HEADER = I18nUtils.get(ALERT_UNSAVED_HEADER);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions