Skip to content

Commit 4b18878

Browse files
committed
chore(settings): update description for custom timestamp format
1 parent dd8e384 commit 4b18878

File tree

1 file changed

+1
-1
lines changed
  • src/routes/settings/categories

1 file changed

+1
-1
lines changed

src/routes/settings/categories/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export default {
179179
type: "input",
180180
label: "Custom format",
181181
description:
182-
'Formats use the same <a href="https://day.js.org/docs/en/display/format" target="_blank">tokens</a> as <a href="https://day.js.org/en" target="_blank">Day.js</a>. Localized formats are not enabled.',
182+
'Formats use the same <a href="https://day.js.org/docs/en/display/format" target="_blank">tokens</a> as <a href="https://day.js.org/en" target="_blank">Day.js</a>. Localized formats are also enabled.',
183183
placeholder: "e.g. HH:mm:ss",
184184
disabled: () =>
185185
settings.state["chat.messages.timestamps.format"] !== "custom",

0 commit comments

Comments
 (0)