Procházet zdrojové kódy

Apply suggestions from code review

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Mateusz Samsel před 6 roky
rodič
revize
e213ba37ce

+ 2 - 2
packages/ckeditor5-word-count/lang/contexts.json

@@ -1,4 +1,4 @@
 {
-	"Words: %0": "Label showing how many words is in the editor",
-	"Characters: %0": "Label showing how many characters is in the editor"
+	"Words: %0": "Label showing the number of words in the editor content",
+	"Characters: %0": "Label showing the number of characters in the editor content"
 }