i have listed my _form.html.erb file below what i would like to do is change the text on the submit button i know how to do it in html but not shure how to do it in Rails 3<
If you want to change all create and update form submit tags, this change is easy to make. Modify config/locales/en.yml like so:
config/locales/en.yml
en: helpers: submit: create: "Crear un %{model}" update: "Confirmar cambios al %{model} creado"