Procházet zdrojové kódy

Fix unit test name.

Mateusz Samsel před 6 roky
rodič
revize
667bd87989

+ 1 - 1
packages/ckeditor5-link/tests/ui/linkformview.js

@@ -286,7 +286,7 @@ describe( 'LinkFormView', () => {
 		} );
 	} );
 
-	describe( 'localization of custom attributes', () => {
+	describe( 'localization of manual decorators', () => {
 		before( () => {
 			addTranslations( 'pl', {
 				'Open in a new tab': 'Otwórz w nowym oknie'