8
0
Quellcode durchsuchen

Removed a duplicated lang/contexts entry in html-embed package.

Kamil Piechaczek vor 5 Jahren
Ursprung
Commit
ede42141b2
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. 1 2
      packages/ckeditor5-html-embed/lang/contexts.json

+ 1 - 2
packages/ckeditor5-html-embed/lang/contexts.json

@@ -3,6 +3,5 @@
   "HTML snippet": "The HTML snippet.",
   "Paste raw HTML here...": "A placeholder that will be displayed in the raw HTML textarea field.",
   "Edit source": "A label of a button that switches the HTML embed to the source editing mode.",
-  "Save changes": "A label of a button that saves the HTML embed content and navigates back to the preview.",
-  "Cancel": "A label of a button that discards changes in the HTML embed content and navigates back to the preview."
+  "Save changes": "A label of a button that saves the HTML embed content and navigates back to the preview."
 }