diff --git a/main.lua b/main.lua index ce2d03d..a64e580 100644 --- a/main.lua +++ b/main.lua @@ -510,11 +510,9 @@ function Bookhoard:startRegistration() end self.registration_id = result.registration_id - local auth_url = result.auth_url UIManager:show(InfoMessage:new{ - text = T(_("Open this URL on your phone or computer to approve this device:\n\n%1\n\nWaiting for approval…"), auth_url), - timeout = 30, + 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), }) self:startRegistrationPoll()