8
0
Piotrek Koszuliński 6 лет назад
Родитель
Сommit
82be2d2649
1 измененных файлов с 2 добавлено и 2 удалено
  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 the number of words in the editor content",
-	"Characters: %0": "Label showing the number of characters in the editor content"
+	"Words: %0": "Label showing the number of words in the editor content.",
+	"Characters: %0": "Label showing the number of characters in the editor content."
 }
 }