diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f3f6f7cb..93e17f54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Changed * Pass error message from spee.ch API during thumbnail upload ([#1840](https://github.com/lbryio/lbry-desktop/pull/1840)) * Use router pattern for rendering file viewer ([#1544](https://github.com/lbryio/lbry-desktop/pull/1544)) + * Missing word "to" added to the Bid Help Text (#1854) ### Fixed * **Wallet -> Get Credits** page now shows correct ShapeShift status when it's avialable ([#1836](https://github.com/lbryio/lbry-desktop/issues/1836)) diff --git a/src/renderer/component/publishForm/internal/bid-help-text.jsx b/src/renderer/component/publishForm/internal/bid-help-text.jsx index baf45d2ff..9230b8e73 100644 --- a/src/renderer/component/publishForm/internal/bid-help-text.jsx +++ b/src/renderer/component/publishForm/internal/bid-help-text.jsx @@ -30,7 +30,7 @@ class BidHelpText extends React.PureComponent { if (isStillEditing) { return __( - 'You are currently editing this claim. If you change the URL, you will need reselect a file.' + 'You are currently editing this claim. If you change the URL, you will need to reselect a file.' ); }