diff --git a/CHANGELOG.md b/CHANGELOG.md index f384eccb00..339ed4d920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Remove xlink attributes on svg [#2322](https://github.com/bigcommerce/cornerstone/pull/2322) - form.serialize() ignores dropdown option elements that have the disabled attribute [#2326](https://github.com/bigcommerce/cornerstone/pull/2326) - Extended BigCommerce.accountPayments app initialization interface [#2317](https://github.com/bigcommerce/cornerstone/pull/2317) +- Translation Gap: Submit Return Request button [#2331](https://github.com/bigcommerce/cornerstone/pull/2331) ## 6.8.0 (01-26-2023) - Add remote_api_scripts into cart/preview template to let GA3 snippet to fire the Product Added event, when clicking Add to cart button on Product detail page and rendering the response in popup. [#2281](https://github.com/bigcommerce/cornerstone/pull/2281) diff --git a/lang/en.json b/lang/en.json index 17df02612b..2f06a8d140 100755 --- a/lang/en.json +++ b/lang/en.json @@ -436,6 +436,7 @@ "reason": "Return Reason", "action": "Return Action", "comments": "Your Comments", + "submit_request": "Submit Return Request", "list": { "return_number": "Return #{id}", "product_details": "Returning {num_products}" diff --git a/templates/pages/account/add-return.html b/templates/pages/account/add-return.html index 2dd81f5958..c916d3764c 100644 --- a/templates/pages/account/add-return.html +++ b/templates/pages/account/add-return.html @@ -90,7 +90,7 @@