Fix typo in internationalization

This commit is contained in:
Erik Michaels-Ober 2011-10-10 13:09:59 -07:00
parent 9b6684fffc
commit f75225c82f
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
= f.hidden_field "id" = f.hidden_field "id"
= f.hidden_field "user_id", :value => "" = f.hidden_field "user_id", :value => ""
= f.hidden_field "name", :value => "" = f.hidden_field "name", :value => ""
= f.submit t("buttons.steal", :thing => t("buttons.thing")) = f.submit t("buttons.steal", :thing => t("defaults.thing"))