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:
Andrei Prigorshnev
2022-12-16 19:11:12 +04:00
committed by GitHub
parent e6439e89cf
commit 51c20efa9b

View File

@ -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)) {