We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd3a867 commit c6e6b22Copy full SHA for c6e6b22
src/mail-app/mail/view/LabelsPopup.ts
@@ -95,7 +95,7 @@ export class LabelsPopup implements ModalComponent {
95
),
96
this.isMaxLabelsReached && m(".small.center.pb-s", lang.get("maximumLabelsPerMailReached_msg")),
97
m(BaseButton, {
98
- label: "Apply",
+ label: lang.get("apply_action"),
99
text: lang.get("apply_action"),
100
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",
101
onclick: () => {
0 commit comments