diff --git a/CHANGELOG.md b/CHANGELOG.md index 71516d9c..67149577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +### Fix + +- Toast content not being correctly localized. + ## [0.27.7] - 2019-07-10 ### Fixed diff --git a/react/components/shared/Toast.js b/react/components/shared/Toast.js index bd7b30e5..70180f3e 100644 --- a/react/components/shared/Toast.js +++ b/react/components/shared/Toast.js @@ -32,7 +32,7 @@ class Toast extends Component { isClosing ? 'fadeOutDown' : 'fadeInUp' } slower bottom--1 fixed z-5 ma7-ns mb5-s left-2-ns w-100-s w-30-ns`}> - + )