liquid_feedback_frontend

changeset 1593:2dc0ea4cdb4a

Fixed non-translated strings
author bsw
date Sun Jan 31 19:25:41 2021 +0100 (2021-01-31)
parents e647e6643c2f
children c061fea7ed10
files app/main/oauth2/authorization.lua
line diff
     1.1 --- a/app/main/oauth2/authorization.lua	Sun Jan 31 19:25:12 2021 +0100
     1.2 +++ b/app/main/oauth2/authorization.lua	Sun Jan 31 19:25:41 2021 +0100
     1.3 @@ -192,11 +192,11 @@
     1.4  end
     1.5  
     1.6  if next(scopes_to_accept) then
     1.7 -  ui.title("Application authorization")
     1.8 +  ui.title(_"Application authorization")
     1.9    ui.section(function()
    1.10      ui.sectionHead(function()
    1.11        ui.heading{ content = client_name }
    1.12 -      ui.heading{ content = "wants to access your account" }
    1.13 +      ui.heading{ content = _"wants to access your account" }
    1.14      end)
    1.15      if not system_application and not member_application then
    1.16        ui.sectionRow(function()

Impressum / About Us