commit
e8aa67bf7e
2 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||||
### Changed
|
### Changed
|
||||||
* Pass error message from spee.ch API during thumbnail upload ([#1840](https://github.com/lbryio/lbry-desktop/pull/1840))
|
* 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))
|
* 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
|
### Fixed
|
||||||
* **Wallet -> Get Credits** page now shows correct ShapeShift status when it's avialable ([#1836](https://github.com/lbryio/lbry-desktop/issues/1836))
|
* **Wallet -> Get Credits** page now shows correct ShapeShift status when it's avialable ([#1836](https://github.com/lbryio/lbry-desktop/issues/1836))
|
||||||
|
|
|
@ -30,7 +30,7 @@ class BidHelpText extends React.PureComponent<Props> {
|
||||||
|
|
||||||
if (isStillEditing) {
|
if (isStillEditing) {
|
||||||
return __(
|
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.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue