# HG changeset patch # User bsw # Date 1612117541 -3600 # Node ID 2dc0ea4cdb4a940a17af189affd17bd5791575e3 # Parent e647e6643c2f3354b84f564c38afb4f90e6d5631 Fixed non-translated strings diff -r e647e6643c2f -r 2dc0ea4cdb4a app/main/oauth2/authorization.lua --- a/app/main/oauth2/authorization.lua Sun Jan 31 19:25:12 2021 +0100 +++ b/app/main/oauth2/authorization.lua Sun Jan 31 19:25:41 2021 +0100 @@ -192,11 +192,11 @@ end if next(scopes_to_accept) then - ui.title("Application authorization") + ui.title(_"Application authorization") ui.section(function() ui.sectionHead(function() ui.heading{ content = client_name } - ui.heading{ content = "wants to access your account" } + ui.heading{ content = _"wants to access your account" } end) if not system_application and not member_application then ui.sectionRow(function()