diff --git a/frontend/src/ts/elements/profile.ts b/frontend/src/ts/elements/profile.ts index dc3ff85d5..619fb14a9 100644 --- a/frontend/src/ts/elements/profile.ts +++ b/frontend/src/ts/elements/profile.ts @@ -189,7 +189,7 @@ export async function update( console.debug(hoverText); if (streakOffset === undefined) { - hoverText += `\n\nIf the streak reset time doesn't line up with your timezone, you can change it in Settings > Danger zone > Update streak hour offset.`; + hoverText += `\n\nIf the streak reset time doesn't line up with your timezone, you can change it in Account Settings > Account > Set streak hour offset.`; } } }