Browse Source

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

Piotrek Koszuliński 8 years ago
parent
commit
315b63a880
1 changed files with 1 additions and 1 deletions
  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';
 	}
 
 	/**