Parcourir la source

modify the text content

AlexiCauvin il y a 6 ans
Parent
révision
da29c16e47
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      src/container/PageHtml.jsx
  2. 1 1
      src/translate/fr.js

+ 1 - 1
src/container/PageHtml.jsx Voir le fichier

@@ -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 Voir le fichier

@@ -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
 }