Browse Source

fixed display name of apps

Skylsmoi 6 years ago
parent
commit
a3ba5aee09
2 changed files with 5 additions and 5 deletions
  1. 4 4
      jsonserver/static_db.json
  2. 1 1
      src/container/Dashboard.jsx

+ 4 - 4
jsonserver/static_db.json View File

26
   "app_config": [{
26
   "app_config": [{
27
     "name": "PageHtml",
27
     "name": "PageHtml",
28
     "label": {
28
     "label": {
29
-      "fr": "Page Html",
30
-      "en": "Html page"
29
+      "fr": "Document",
30
+      "en": "Document"
31
     },
31
     },
32
     "componentLeft": "PageHtml",
32
     "componentLeft": "PageHtml",
33
     "componentRight": "Timeline",
33
     "componentRight": "Timeline",
38
   }, {
38
   }, {
39
     "name": "PageMarkdown",
39
     "name": "PageMarkdown",
40
     "label": {
40
     "label": {
41
-      "fr": "Page Markdown",
42
-      "en": "Markdown page"
41
+      "fr": "Document markdown",
42
+      "en": "Markdown document"
43
     },
43
     },
44
     "componentLeft": "PageMarkdown",
44
     "componentLeft": "PageMarkdown",
45
     "componentRight": "undefined",
45
     "componentRight": "undefined",

+ 1 - 1
src/container/Dashboard.jsx View File

462
                         </ul>
462
                         </ul>
463
                       </div>
463
                       </div>
464
                       <div className='dashboard__memberlist__form__submitbtn'>
464
                       <div className='dashboard__memberlist__form__submitbtn'>
465
-                        <button type='submit' className='btn btn-outline-primary'>Valider</button>
465
+                        <button className='btn btn-outline-primary'>Valider</button>
466
                       </div>
466
                       </div>
467
                     </form>
467
                     </form>
468
                   }
468
                   }