Procházet zdrojové kódy

fixed typo in row editor and dash editor

Rashid Khan před 13 roky
rodič
revize
a76ceba30f
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      partials/dasheditor.html
  2. 1 1
      partials/roweditor.html

+ 1 - 1
partials/dasheditor.html

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

+ 1 - 1
partials/roweditor.html

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