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()