mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
Add translation for "Reset Form" button
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user