diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-08 21:06:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-08 21:06:10 -0400 |
commit | 6e60b08060a79182a6ae0180dbb7aefbc6011299 (patch) | |
tree | e5ede82a1c690a288ba137eaea065ce0956711fb /templates | |
parent | 1ab3ce352bbaeb0c81fe73563da9d1d141475b03 (diff) |
moved the PairStage inside the Verifiable data
Diffstat (limited to 'templates')
-rw-r--r-- | templates/configurators/pairing.hamlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/configurators/pairing.hamlet b/templates/configurators/pairing.hamlet index eb16e5b6d..82ca48b5a 100644 --- a/templates/configurators/pairing.hamlet +++ b/templates/configurators/pairing.hamlet @@ -24,7 +24,7 @@ phrase, go ask #{username} ... $if badphrase <div .alert .alert-error> - <i .icon-warning-sign></i> #{msg} + <i .icon-warning-sign></i> #{problem} <p> <form .form-horizontal enctype=#{enctype}> <fieldset> |