Skip to content

Commit c6e6b22

Browse files
committed
Fix LabelsPopup "Apply" button label does not use translation
Close #8273
1 parent bd3a867 commit c6e6b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mail-app/mail/view/LabelsPopup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ export class LabelsPopup implements ModalComponent {
9595
),
9696
this.isMaxLabelsReached && m(".small.center.pb-s", lang.get("maximumLabelsPerMailReached_msg")),
9797
m(BaseButton, {
98-
label: "Apply",
98+
label: lang.get("apply_action"),
9999
text: lang.get("apply_action"),
100100
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",
101101
onclick: () => {

0 commit comments

Comments
 (0)