Просмотр исходного кода

fixed typo in row editor and dash editor

Rashid Khan 13 лет назад
Родитель
Сommit
a76ceba30f
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      partials/dasheditor.html
  2. 1 1
      partials/roweditor.html

+ 1 - 1
partials/dasheditor.html

@@ -14,7 +14,7 @@
   </div>
   <div class="row-fluid">
     <div class="span12">
-      <h4>Panels</h4>
+      <h4>Rows</h4>
       <table class="table table-condensed table-striped">
         <thead>
           <th>Title</th>

+ 1 - 1
partials/roweditor.html

@@ -17,7 +17,7 @@
   </div>
   <div class="row-fluid">
     <div class="span12">
-      <h4>Rows</h4>
+      <h4>Panels</h4>
       <table class="table table-condensed table-striped">
         <thead>
           <th>Title</th>