8
0
Marek Lewandowski 5 лет назад
Родитель
Сommit
4b56b8ecc4
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      tests/_utils/utils.js

+ 4 - 4
tests/_utils/utils.js

@@ -30,11 +30,11 @@ const predefinedFiles = [
 export function renderPerformanceDataButtons( container ) {
 	let html = '';
 	const labels = {
-		'small': 'small (semantic)',
+		'small': 'short (semantic)',
 		'medium': 'medium (semantic)',
-		'large': 'large (semantic)',
-		'small-inline-css': 'Small inline styled',
-		'full-websites-styled': 'Full websites (styled)',
+		'large': 'long (semantic)',
+		'small-inline-css': 'short inline styled',
+		'full-websites-styled': 'full websites (styled)',
 	};
 
 	for ( const fixtureName of predefinedFiles ) {