diff --git a/packages/editor-mobile/src/components/statusbar.tsx b/packages/editor-mobile/src/components/statusbar.tsx index 28225e07a..39536a126 100644 --- a/packages/editor-mobile/src/components/statusbar.tsx +++ b/packages/editor-mobile/src/components/statusbar.tsx @@ -94,7 +94,7 @@ function StatusBar({ }} style={paragraphStyle} > - {showChars ? strings.characters(chars) : words} + {showChars ? strings.charactersCount(chars) : words}

);