Browse Source

modify the text content

AlexiCauvin 6 years ago
parent
commit
da29c16e47
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/container/PageHtml.jsx
  2. 1 1
      src/translate/fr.js

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

40
     type: 'pageHtml',
40
     type: 'pageHtml',
41
     title: 'Test debug pageHtml',
41
     title: 'Test debug pageHtml',
42
     status: 'validated',
42
     status: 'validated',
43
-    version: '-1',
43
+    version: 'version n°1',
44
     text: 'This is the default pageHtml content for debug purpose',
44
     text: 'This is the default pageHtml content for debug purpose',
45
     workspace: {
45
     workspace: {
46
       id: -1,
46
       id: -1,

+ 1 - 1
src/translate/fr.js View File

1
 const fr = {
1
 const fr = {
2
   translation: { // 'fr' in the namespace 'translation'
2
   translation: { // 'fr' in the namespace 'translation'
3
     PopinFixedOption: {
3
     PopinFixedOption: {
4
-      new_version: 'UN TRUC SYMPA'
4
+      new_version: 'nouvelle version'
5
     }
5
     }
6
   }
6
   }
7
 }
7
 }