mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🌍 Fixed typo
This commit is contained in:
parent
f72382412f
commit
aaaf8ad1b7
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export default function BoxVisualizationStats({ tweets, words, totalTweetCount,
|
|||
<FormLabel text={strings.contTweets}>
|
||||
<b>{tweetContentCount}</b>
|
||||
</FormLabel>
|
||||
<FormLabel text={strings.conTweetsPerc}>
|
||||
<FormLabel text={strings.contTweetsPerc}>
|
||||
<b>{tweetContentPct.toFixed(2)}%</b>
|
||||
</FormLabel>
|
||||
<FormLabel text={strings.wordCount}>
|
||||
|
|
Loading…
Reference in a new issue