diff options
author | Azul <azul@leap.se> | 2012-12-07 14:17:57 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2012-12-07 14:17:57 +0100 |
commit | b6c32177efa351e6550840ad508b59c4e722fbb6 (patch) | |
tree | 2aed22238d9f842d34a05cb874175602eb0b7f3e /users/app/views | |
parent | 85be030a434cfab4b7728e4883624d362ec7afbd (diff) |
adding a bunch of translation
Diffstat (limited to 'users/app/views')
-rw-r--r-- | users/app/views/users/_legend_and_submit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/app/views/users/_legend_and_submit.html.haml b/users/app/views/users/_legend_and_submit.html.haml index c20a226..6fc0e4a 100644 --- a/users/app/views/users/_legend_and_submit.html.haml +++ b/users/app/views/users/_legend_and_submit.html.haml @@ -1,4 +1,4 @@ %legend= t(legend) =yield -.pull-right= f.button :submit +.pull-right= f.button :submit, :value => t(legend) .clearfix |