diff --git a/code/modules/tgui/modules/admin/player_notes.dm b/code/modules/tgui/modules/admin/player_notes.dm
index f92b11d3eca..492cc5288bb 100644
--- a/code/modules/tgui/modules/admin/player_notes.dm
+++ b/code/modules/tgui/modules/admin/player_notes.dm
@@ -1,4 +1,4 @@
-#define PLAYER_NOTES_ENTRIES_PER_PAGE 2
+#define PLAYER_NOTES_ENTRIES_PER_PAGE 50
/datum/tgui_module/player_notes
name = "Player Notes"
diff --git a/tgui/packages/tgui/interfaces/PlayerNotes.js b/tgui/packages/tgui/interfaces/PlayerNotes.js
index aac9c159f76..68be93e5180 100644
--- a/tgui/packages/tgui/interfaces/PlayerNotes.js
+++ b/tgui/packages/tgui/interfaces/PlayerNotes.js
@@ -35,13 +35,11 @@ export const PlayerNotes = (props, context) => {
Open Legacy UI
-
-
+ act('show_player_info', {
+ name: value,
+ })} />