mirror of
https://github.com/discourse/discourse.git
synced 2025-04-28 03:34:31 +08:00
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() {
|
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;
|
const until = this.currentUser.do_not_disturb_until;
|
||||||
if (!DoNotDisturb.isEternal(until)) {
|
if (!DoNotDisturb.isEternal(until)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user