liquid_feedback_frontend

changeset 747:f64df01e1d7c

Changed wording in registration process
author bsw
date Thu Jun 28 22:32:36 2012 +0200 (2012-06-28)
parents 1da6726198e3
children 4ba1330abf3a
files app/main/index/register.lua
line diff
     1.1 --- a/app/main/index/register.lua	Thu Jun 28 22:30:25 2012 +0200
     1.2 +++ b/app/main/index/register.lua	Thu Jun 28 22:32:36 2012 +0200
     1.3 @@ -39,6 +39,9 @@
     1.4          name  = 'code',
     1.5          value = param.get("invite")
     1.6        }
     1.7 +      ui.submit{
     1.8 +        text = _'Proceed with registration'
     1.9 +      }
    1.10  
    1.11      else
    1.12        local member = Member:new_selector()
    1.13 @@ -111,6 +114,9 @@
    1.14              value     = param.get("login") or member.login
    1.15            }
    1.16          end
    1.17 +        ui.submit{
    1.18 +          text = _'Proceed with registration'
    1.19 +        }
    1.20        else
    1.21  
    1.22          ui.field.hidden{ name = "step", value = "3" }
    1.23 @@ -204,13 +210,11 @@
    1.24            label     = _'Password (repeat)',
    1.25            name      = 'password2',
    1.26          }
    1.27 -
    1.28 +        ui.submit{
    1.29 +          text = _'Activate account'
    1.30 +        }
    1.31        end
    1.32      end
    1.33 -
    1.34 -        ui.submit{
    1.35 -          text = _'Create account'
    1.36 -        }
    1.37    end
    1.38  }
    1.39  

Impressum / About Us