FIX: raw translation string in user status tooltip (#18170)
This commit is contained in:
parent
801a284968
commit
54b8500881
|
@ -10,7 +10,7 @@ export default createWidget("user-status-bubble", {
|
|||
const until = moment
|
||||
.tz(attrs.ends_at, this.currentUser.timezone)
|
||||
.format(I18n.t("dates.long_date_without_year"));
|
||||
title += `\n${I18n.t("user_status.until")} ${until}`;
|
||||
title += `\n${I18n.t("until")} ${until}`;
|
||||
}
|
||||
|
||||
return this.attach("emoji", { name: attrs.emoji, title });
|
||||
|
|
Loading…
Reference in New Issue