8
0
Quellcode durchsuchen

Added context for the cancel button.

Maciej Bukowski vor 9 Jahren
Ursprung
Commit
dd162a482c
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      packages/ckeditor5-link/lang/contexts.json

+ 2 - 1
packages/ckeditor5-link/lang/contexts.json

@@ -1,5 +1,6 @@
 {
 	"Unlink": "Toolbar button tooltip for the Unlink feature.",
 	"Link": "Toolbar button tooltip for the Link feature.",
-	"Link URL": "Label for the url input in the Link dialog."
+	"Link URL": "Label for the url input in the Link dialog.",
+	"Cancel": "Label for the cancel button in the Link dialog."
 }