I have a button in a form. It looks like this:
.form-actions
%buttons= f.submit t(:sign_up), :class => "cmply_btn btn", :disable_with => t(:form_disable)
What I am trying to do is to change the copy of the button to something in my YAML setup.
My yaml is located at config/locales/file_name.en.yml
How do I change the form button to some custom text that is setup that file?