Skip to content

Commit 0f7455f

Browse files
committed
update content
1 parent ba754a7 commit 0f7455f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/Home/CalculationResults.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const CalculationResults = ({ selected, value }: Props) => {
6767
<AlertCircle className='h-4 w-4' />
6868
<AlertTitle>No Data</AlertTitle>
6969
<AlertDescription>
70-
No exchange listing was recorded for "{selected}" at{" "}
70+
No reliable data was collected for "{selected}" at{" "}
7171
{new Date(currencyMap.meta.createdAt).toLocaleTimeString()}
7272
</AlertDescription>
7373
</Alert>

src/pages/faq/faq-items.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const faqItems = [
2525
'The exchange rate calculation is a 3 step process that is repeated for each currency. Firstly, the collected data is checked for any outliers, like people intentionally listing 1x Armourer\'s Scrap for 9999999x Exalted Orb. Secondly, the "mean" and the "median" values for exchange rates are calculated. Then, a "confidence score" is calculated for both the mean and the median values. Between the mean and the median values, the one with the higher confidence score is prioritized as the calculation result. Finally, all these values come together to provide a conversion data between CurrencyA and CurrencyB.'
2626
},
2727
{
28-
question: "How accurate are the currency rates?",
28+
question: "How accurate are the exchange rates?",
2929
answer:
3030
'The accuracy of the exchange rates completely depend on the amount of data that was available when the listings were recorded. At max, a total of 200 trade listings can be recorded between two currencies at any given time, since the PoE 2 trade page limits the total shown listings to 100. So, as mentioned in the "data collection" question, the trade listings are recorded multiple times throughout each day to improve accuracy.'
3131
},

0 commit comments

Comments
 (0)