Skip to content

Commit

Permalink
Fix LabelsPopup "Apply" button label does not use translation
Browse files Browse the repository at this point in the history
Close #8273
  • Loading branch information
hrb-hub committed Jan 16, 2025
1 parent bd3a867 commit c6e6b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mail-app/mail/view/LabelsPopup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class LabelsPopup implements ModalComponent {
),
this.isMaxLabelsReached && m(".small.center.pb-s", lang.get("maximumLabelsPerMailReached_msg")),
m(BaseButton, {
label: "Apply",
label: lang.get("apply_action"),
text: lang.get("apply_action"),
class: "limit-width noselect bg-transparent button-height text-ellipsis content-accent-fg flex items-center plr-button button-content justify-center border-top state-bg",
onclick: () => {
Expand Down

0 comments on commit c6e6b22

Please sign in to comment.