Explorar o código

Apply suggestions from code review

Co-Authored-By: Piotrek Koszuliński <pkoszulinski@gmail.com>
Mateusz Samsel %!s(int64=6) %!d(string=hai) anos
pai
achega
e213ba37ce
Modificáronse 1 ficheiros con 2 adicións e 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"
 }