소스 검색

modify the text content

AlexiCauvin 6 년 전
부모
커밋
da29c16e47
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/container/PageHtml.jsx
  2. 1 1
      src/translate/fr.js

+ 1 - 1
src/container/PageHtml.jsx 파일 보기

@@ -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 파일 보기

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