From 2c1b2b87cc9b5cb35a06cc03ec78b22e830a8880 Mon Sep 17 00:00:00 2001 From: Esenjin Date: Wed, 8 Jun 2022 12:02:45 +0200 Subject: [PATCH] corrections --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4af564a..ff0de79 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@
- Boss : {{ appCtrl.owned('boss') }}/{{ appCtrl.total('boss') }} + Gardiens de donjon : {{ appCtrl.owned('boss') }}/{{ appCtrl.total('boss') }}
@@ -86,7 +86,7 @@
- Etapes : {{ appCtrl.completedSteps() }}/{{ appCtrl.totalSteps }} + Étapes : {{ appCtrl.completedSteps() }}/{{ appCtrl.totalSteps }}