Yuki Takei 9 лет назад
Родитель
Сommit
2a26a679db
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      lib/views/admin/customize.html

+ 2 - 2
lib/views/admin/customize.html

@@ -54,7 +54,7 @@
             <h4>
             <h4>
               <input type="radio" name="settingForm[customize:layout]" value="crowi"
               <input type="radio" name="settingForm[customize:layout]" value="crowi"
                   {% if !settingForm['customize:layout'] || 'crowi' === settingForm['customize:layout'] %}checked="checked"{% endif %}>
                   {% if !settingForm['customize:layout'] || 'crowi' === settingForm['customize:layout'] %}checked="checked"{% endif %}>
-              Traditional Crowi Layout
+              Official Crowi Classic Layout
             </h4>
             </h4>
             <a href="http://placehold.it"><img src="http://placehold.it/350x150"></a>
             <a href="http://placehold.it"><img src="http://placehold.it/350x150"></a>
           </div>
           </div>
@@ -62,7 +62,7 @@
             <h4>
             <h4>
               <input type="radio" name="settingForm[customize:layout]" value="crowi-plus"
               <input type="radio" name="settingForm[customize:layout]" value="crowi-plus"
                   {% if 'crowi-plus' === settingForm['customize:layout'] %}checked="checked"{% endif %}>
                   {% if 'crowi-plus' === settingForm['customize:layout'] %}checked="checked"{% endif %}>
-              crowi-plus Original Layout
+              crowi-plus Enhanced Layout
             </h4>
             </h4>
             <a href="http://placehold.it"><img src="http://placehold.it/350x150"></a>
             <a href="http://placehold.it"><img src="http://placehold.it/350x150"></a>
           </div>
           </div>