diff options
| m--------- | htdocs/projects/js-small-apps | 0 | ||||
| -rw-r--r-- | htdocs/src/js/config/projects.js | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/htdocs/projects/js-small-apps b/htdocs/projects/js-small-apps -Subproject 96cc68ccf2c29437c6e344577bf99bacefa43b0 +Subproject e06cb6d423997411f56897ded251913c5b9568e diff --git a/htdocs/src/js/config/projects.js b/htdocs/src/js/config/projects.js index d9bb3a9..d23db3f 100644 --- a/htdocs/src/js/config/projects.js +++ b/htdocs/src/js/config/projects.js @@ -43,8 +43,8 @@ const projects = [ id: 'calculator', name: 'Calculator', description: { - en: 'A basic calculator.', - fr: 'Une simple calculette.', + en: 'A basic calculator. Decimal part is limited to 3 digits. The first part is limited to 8 digits. If the result does not respect these limits, you will see an error.', + fr: 'Une simple calculette. La partie décimale est limitée à 3 chiffres. La première partie est limitée à 8 chiffres. Si le résultat ne respecte pas ces limites, vous verrez une erreur.', }, path: './projects/js-small-apps/calculator/index.html', repo: [ |
