From 54a7fb1eade81b21851fad554bbc3a2522314db2 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 10 Oct 2022 20:13:22 +0200 Subject: [PATCH] showing shift enter message --- frontend/src/ts/elements/modes-notice.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)
` ); }