Steven Fukase 4 лет назад
Родитель
Сommit
4071f56eca
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/client/js/components/PageCreateModal.jsx

+ 3 - 3
src/client/js/components/PageCreateModal.jsx

@@ -237,9 +237,9 @@ const PageCreateModal = (props) => {
 
             <div id="dd-template-type" className="dropdown flex-fill">
               <button id="template-type" type="button" className="btn btn-secondary btn dropdown-toggle w-100" data-toggle="dropdown">
-                {template == null && t('template.option_label.select') }
-                {template === 'children' && t('template.children.label') }
-                {template === 'decendants' && t('template.decendants.label') }
+                {template == null && t('template.option_label.select')}
+                {template === 'children' && t('template.children.label')}
+                {template === 'decendants' && t('template.decendants.label')}
               </button>
               <div className="dropdown-menu" aria-labelledby="userMenu">
                 <button className="dropdown-item" type="button" onClick={() => onChangeTemplateHandler('children')}>