diff --git a/cypress/utils/function-test/get-data-url-type.spec.js b/cypress/utils/function-test/get-data-url-type.spec.js index 8569dfeb..acc4256d 100644 --- a/cypress/utils/function-test/get-data-url-type.spec.js +++ b/cypress/utils/function-test/get-data-url-type.spec.js @@ -18,7 +18,7 @@ const getDataUrlTypeTest = () => { "PDF" ) expect(getDataUrlType("https://arxiv.org/pdf/1908.07069.txt")).to.equal( - "Texte" + "Text" ) expect(getDataUrlType("https://arxiv.org/pdf/1908.07069.js")).to.equal( "File" diff --git a/package.json b/package.json index e9612358..4714ed80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "universal-data-tool", - "version": "0.14.21", + "version": "0.14.22", "license": "MIT", "main": "desktop/main.js", "homepage": "https://universaldatatool.com/app/", diff --git a/public/legal.html b/public/legal.html index e4837981..4ba47044 100644 --- a/public/legal.html +++ b/public/legal.html @@ -10,19 +10,19 @@
- Warning : This project name already exist. If you continue the - existing project with the same name will be replaced -
+{t("warning-project-exist")}
) : ( )} @@ -170,7 +166,7 @@ export default ({ open, onClose }) => {