mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: fix localization
This commit is contained in:
@@ -94,7 +94,7 @@ function StatusBar({
|
||||
}}
|
||||
style={paragraphStyle}
|
||||
>
|
||||
{showChars ? strings.characters(chars) : words}
|
||||
{showChars ? strings.charactersCount(chars) : words}
|
||||
</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user