浏览代码

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
 }