i18n update
This commit is contained in:
parent
2f6b7f0ba6
commit
389b0ad834
2 changed files with 1 additions and 2 deletions
|
@ -1164,7 +1164,6 @@
|
|||
"Start at": "Start at",
|
||||
"Include List ID": "Include List ID",
|
||||
"Links": "Links",
|
||||
"LBRY URL": "LBRY URL",
|
||||
"Download Link": "Download Link",
|
||||
"Mature content is not supported.": "Mature content is not supported.",
|
||||
"Mature content blocked.": "Mature content blocked.",
|
||||
|
|
|
@ -35,7 +35,7 @@ function PublishName(props: Props) {
|
|||
balance: totalAvailableBidAmount,
|
||||
});
|
||||
} else if (totalAvailableBidAmount - bid < ESTIMATED_FEE) {
|
||||
bidError = __('Please decrease your deposit to account for transaction fees or acquire more LBRY Credits.');
|
||||
bidError = __('Please decrease your deposit to account for transaction fees');
|
||||
}
|
||||
|
||||
setBidError(bidError);
|
||||
|
|
Loading…
Reference in a new issue