From 4c9c9e98cf88fea944c55a54ba06628d4f95e74c Mon Sep 17 00:00:00 2001 From: John O'Keefe Date: Fri, 29 May 2026 22:08:54 -0400 Subject: [PATCH] Direct users to /devices page for approval --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index a64e580..6913a60 100644 --- a/main.lua +++ b/main.lua @@ -512,7 +512,7 @@ function Bookhoard:startRegistration() self.registration_id = result.registration_id UIManager:show(InfoMessage:new{ - text = T(_("Device registered on server.\n\nOpen your Bookhoard web UI, go to Device Management, and approve this device:\n\n%1\n\nWaiting for approval…"), self.settings.server_url), + text = T(_("Device registered on server.\n\nOpen your Bookhoard web UI and go to:\n%1/devices\n\nApprove this device in the \"Pending Device Registrations\" section.\n\nWaiting for approval…"), self.settings.server_url), }) self:startRegistrationPoll()