Explorar el Código

modify the text content

AlexiCauvin hace 6 años
padre
commit
da29c16e47
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      src/container/PageHtml.jsx
  2. 1 1
      src/translate/fr.js

+ 1 - 1
src/container/PageHtml.jsx Ver fichero

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

+ 1 - 1
src/translate/fr.js Ver fichero

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