Direct users to /devices page for approval

This commit is contained in:
2026-05-29 22:08:54 -04:00
parent e714aadab3
commit 4c9c9e98cf
+1 -1
View File
@@ -512,7 +512,7 @@ function Bookhoard:startRegistration()
self.registration_id = result.registration_id self.registration_id = result.registration_id
UIManager:show(InfoMessage:new{ 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() self:startRegistrationPoll()