diff --git a/.config/ags/modules/cheatsheet/main.js b/.config/ags/modules/cheatsheet/main.js
index e798453d..c8995ae0 100644
--- a/.config/ags/modules/cheatsheet/main.js
+++ b/.config/ags/modules/cheatsheet/main.js
@@ -43,7 +43,7 @@ const cheatsheetHeader = () => Widget.CenterBox({
selectable: true,
justify: Gtk.Justification.CENTER,
className: 'txt-small txt',
- label: 'Sheet data stored in ~/.config/ags/data/keybinds.js\nChange keybinds in ~/.config/hypr/keybinds.conf'
+ label: 'Sheet data stored in ~/.config/ags/modules/cheatsheet/data_keybinds.js\nChange keybinds in ~/.config/hypr/keybinds.conf'
}),
]
}),