Преглед изворни кода

Internal: Aligned plugin name to the new convention. [skip ci]

Piotrek Koszuliński пре 8 година
родитељ
комит
315b63a880
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/ckeditor5-undo/src/undo.js

+ 1 - 1
packages/ckeditor5-undo/src/undo.js

@@ -139,7 +139,7 @@ export default class Undo extends Plugin {
 	 * @inheritDoc
 	 */
 	static get pluginName() {
-		return 'undo/undo';
+		return 'Undo';
 	}
 
 	/**