Merge pull request #4191 from BlueWallet/lastupdateds

ADD: Rate last updated date
This commit is contained in:
GLaDOS 2021-11-10 17:51:05 +00:00 committed by GitHub
commit b838727000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ class AmountInput extends Component {
<Badge status="warning" />
<View style={styles.spacing8} />
<BlueText>
{loc.formatString(loc.send.outdated_rate, { date: dayjs(this.state.mostRecentFetchedRate.LastUpdated).format('LT') })}
{loc.formatString(loc.send.outdated_rate, { date: dayjs(this.state.mostRecentFetchedRate.LastUpdated).format('l LT') })}
</BlueText>
<View style={styles.spacing8} />
<TouchableOpacity

View File

@ -257,7 +257,7 @@
"psbt_this_is_psbt": "This is a Partially Signed Bitcoin Transaction (PSBT). Please finish signing it with your hardware wallet.",
"psbt_tx_export": "Export to file",
"no_tx_signing_in_progress": "There is no transaction signing in progress.",
"outdated_rate": "Rate was last updated at {date}",
"outdated_rate": "Rate was last updated: {date}",
"psbt_tx_open": "Open Signed Transaction",
"psbt_tx_scan": "Scan Signed Transaction",
"qr_error_no_qrcode": "We were unable to find a QR Code in the selected image. Make sure the image contains only a QR Code and no additional content such as text, or buttons.",