mobile: fix localization

This commit is contained in:
Ammar Ahmed
2025-09-18 12:42:18 +05:00
parent 8f85795e53
commit 6b028ef850

View File

@@ -94,7 +94,7 @@ function StatusBar({
}}
style={paragraphStyle}
>
{showChars ? strings.characters(chars) : words}
{showChars ? strings.charactersCount(chars) : words}
</p>
</div>
);