FIX: a string usage that was lost during git merge (#19493)
I've somehow lost this change when merging 2d628c8
.
This commit is contained in:
parent
e6439e89cf
commit
51c20efa9b
|
@ -45,7 +45,7 @@ export default createWidget("do-not-disturb", {
|
|||
},
|
||||
|
||||
label() {
|
||||
const content = [h("span", I18n.t("do_not_disturb.label"))];
|
||||
const content = [h("span", I18n.t("pause_notifications.label"))];
|
||||
|
||||
const until = this.currentUser.do_not_disturb_until;
|
||||
if (!DoNotDisturb.isEternal(until)) {
|
||||
|
|
Loading…
Reference in New Issue