diff --git a/frontend/src/ts/elements/modes-notice.ts b/frontend/src/ts/elements/modes-notice.ts index 09bedcabb..82f11d6d2 100644 --- a/frontend/src/ts/elements/modes-notice.ts +++ b/frontend/src/ts/elements/modes-notice.ts @@ -62,7 +62,7 @@ export async function update(): Promise { const isLong = CustomTextState.isCustomTextLong(); if (Config.mode === "custom" && customTextName !== "" && isLong) { $(".pageTest #testModesNotice").append( - `
tracking progress for ${customTextName}
` + `
${customTextName} (shift + enter to save progress)
` ); }