Rectification url Git + rebuild

This commit is contained in:
Fabrice PENHOËT 2023-12-10 16:21:35 +01:00
parent f753a6abfb
commit 5d12b847bc
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ module.exports =
{
emptyXPathError: "<p class='error'>Votre XPath est vide !</p>",
exceptionError: "<p class='error'>Il vient d'arriver une exception de nature exceptionnelle !</p>",
gitSources: "Hello, les dev !\nLe code source TypeScript utilisé pour faire fonctionner cette page est lisible ici : :\nhttps://forge.chapril.org/Fab_Blab/xPathTrainer/src/branch/master/src/xpathTrainer.ts",
gitSources: "Hello, les dev !\nLe code source TypeScript utilisé pour faire fonctionner cette page est lisible ici : :\nhttps://forge.chapril.org/Fab_Blab/xPathTrainer/src/branch/main/src/xpathTrainer.ts",
needXMLFile: "Commencer pour sélectionner un fichier",
needXPath: "Saisissez votre XPath",
noResultForXPath: "<p>Aucun résultat pour votre recherche.</p>",

View File

@ -2,7 +2,7 @@ module.exports =
{
emptyXPathError: "<p class='error'>Votre XPath est vide !</p>",
exceptionError: "<p class='error'>Il vient d'arriver une exception de nature exceptionnelle !</p>",
gitSources: "Hello, les dev !\nLe code source TypeScript utilisé pour faire fonctionner cette page est lisible ici : :\nhttps://forge.chapril.org/Fab_Blab/xPathTrainer/src/branch/master/src/xpathTrainer.ts",
gitSources: "Hello, les dev !\nLe code source TypeScript utilisé pour faire fonctionner cette page est lisible ici : :\nhttps://forge.chapril.org/Fab_Blab/xPathTrainer/src/branch/main/src/xpathTrainer.ts",
needXMLFile : "Commencer pour sélectionner un fichier",
needXPath: "Saisissez votre XPath",
noResultForXPath: "<p>Aucun résultat pour votre recherche.</p>",