diff --git a/app/views/admin/enterprises/form/_business_details.html.haml b/app/views/admin/enterprises/form/_business_details.html.haml index 0ad67fb451..b5a36a527e 100644 --- a/app/views/admin/enterprises/form/_business_details.html.haml +++ b/app/views/admin/enterprises/form/_business_details.html.haml @@ -56,4 +56,4 @@ .row{"data-controller": "updateinput"} = bf.hidden_field :_destroy, {"data-updateinput-target": "input"} - = f.submit "Reset form", {class: 'secondary', "data-action": "click->updateinput#update", "data-updateinput-value": "true"} + = f.submit t(".reset_form"), {class: 'secondary', "data-action": "click->updateinput#update", "data-updateinput-value": "true"} diff --git a/config/locales/en.yml b/config/locales/en.yml index 1a1efc1923..562227021a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -775,6 +775,7 @@ en: terms_and_conditions: "Terms and Conditions" remove_terms_and_conditions: "Remove File" uploaded_on: "uploaded on" + reset_form: "Reset Form" business_address: company_legal_name: Company Legal Name company_placeholder: Example Inc.