1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 13:04:19 +00:00

🌍 Fixed typo

This commit is contained in:
@uni-chiara 2021-05-20 18:31:01 +02:00
parent f72382412f
commit aaaf8ad1b7

View file

@ -127,7 +127,7 @@ export default function BoxVisualizationStats({ tweets, words, totalTweetCount,
<FormLabel text={strings.contTweets}> <FormLabel text={strings.contTweets}>
<b>{tweetContentCount}</b> <b>{tweetContentCount}</b>
</FormLabel> </FormLabel>
<FormLabel text={strings.conTweetsPerc}> <FormLabel text={strings.contTweetsPerc}>
<b>{tweetContentPct.toFixed(2)}%</b> <b>{tweetContentPct.toFixed(2)}%</b>
</FormLabel> </FormLabel>
<FormLabel text={strings.wordCount}> <FormLabel text={strings.wordCount}>