Explorar el Código

Apply suggestions from code review

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Mateusz Samsel hace 6 años
padre
commit
e213ba37ce
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      packages/ckeditor5-word-count/lang/contexts.json

+ 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"
 }