i18n update

This commit is contained in:
infinite-persistence 2022-04-17 09:19:58 +08:00
parent 2f6b7f0ba6
commit 389b0ad834
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0
2 changed files with 1 additions and 2 deletions

View file

@ -1164,7 +1164,6 @@
"Start at": "Start at", "Start at": "Start at",
"Include List ID": "Include List ID", "Include List ID": "Include List ID",
"Links": "Links", "Links": "Links",
"LBRY URL": "LBRY URL",
"Download Link": "Download Link", "Download Link": "Download Link",
"Mature content is not supported.": "Mature content is not supported.", "Mature content is not supported.": "Mature content is not supported.",
"Mature content blocked.": "Mature content blocked.", "Mature content blocked.": "Mature content blocked.",

View file

@ -35,7 +35,7 @@ function PublishName(props: Props) {
balance: totalAvailableBidAmount, balance: totalAvailableBidAmount,
}); });
} else if (totalAvailableBidAmount - bid < ESTIMATED_FEE) { } 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); setBidError(bidError);