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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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