Skip to content

Commit 3893371

Browse files
diptopolDiptopol Dam
authored andcommitted
Updated default text count overflow message
1 parent 80226fd commit 3893371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

textcounter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@
314314
'countExtendedCharacters' : false, // count extended UTF-8 characters as 2 bytes (such as Chinese characters)
315315
'twoCharCarriageReturn' : false, // count carriage returns/newlines as 2 characters
316316
'countOverflow' : false, // count text overflow
317-
'countOverflowText' : "About %d %type has been entered", // text message for count overflow
317+
'countOverflowText' : "About %d extra %type(s) have been entered", // text message for count overflow
318318
'countOverflowTextCss' : "text-overflow-div", // css for overflow text count
319319

320320
// Callback API

textcounter.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)