Merge pull request #1854 from Invariant-Change/patch-6

Missing Word
This commit is contained in:
Sean Yesmunt 2018-08-06 11:48:33 -04:00 committed by GitHub
commit e8aa67bf7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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))

View file

@ -30,7 +30,7 @@ class BidHelpText extends React.PureComponent<Props> {
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.'
);
}