aboutsummaryrefslogtreecommitdiffstats
path: root/htdocs/src/js
diff options
context:
space:
mode:
authorArmand Philippot <git@armandphilippot.com>2021-10-29 12:39:26 +0200
committerArmand Philippot <git@armandphilippot.com>2021-10-29 12:39:26 +0200
commitbf8ab81ce06d96068753be8b8f5ae631926d37b1 (patch)
treeb640ed239850c6d7de33c03d2cd06cefd546ef16 /htdocs/src/js
parent2a8464001efce8c76e8109af7eb68d9e86105692 (diff)
chore(projects): update calculator app and description
Diffstat (limited to 'htdocs/src/js')
-rw-r--r--htdocs/src/js/config/projects.js4
1 files changed, 2 insertions, 2 deletions
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: [