DmitrMakeev commited on
Commit
baabdf0
·
verified ·
1 Parent(s): ad4b6dc

Update pages.html

Browse files
Files changed (1) hide show
  1. pages.html +1 -3
pages.html CHANGED
@@ -376,6 +376,7 @@ editor.I18n.addMessages({
376
  'border': 'Граница',
377
  'box-shadow': 'Тень блока',
378
  'background': 'Фон',
 
379
  }
380
  },
381
  blockManager: {
@@ -395,9 +396,6 @@ editor.I18n.addMessages({
395
  title: 'Импортировать шаблон',
396
  label: '<div style="margin-bottom: 10px; font-size: 13px;">Вставьте здесь ваш HTML/CSS и нажмите Импортировать</div>',
397
  }
398
- },
399
- componentSettings: {
400
- 'title': 'Настройка компонента'
401
  }
402
  }
403
  });
 
376
  'border': 'Граница',
377
  'box-shadow': 'Тень блока',
378
  'background': 'Фон',
379
+ 'component-settings': 'Настройка компонента' // Добавленный перевод
380
  }
381
  },
382
  blockManager: {
 
396
  title: 'Импортировать шаблон',
397
  label: '<div style="margin-bottom: 10px; font-size: 13px;">Вставьте здесь ваш HTML/CSS и нажмите Импортировать</div>',
398
  }
 
 
 
399
  }
400
  }
401
  });