diff --git a/view-webapp/src/main/webapp/WEB-INF/translations/fr b/view-webapp/src/main/webapp/WEB-INF/translations/fr index 26c84bd..f93338e 100644 --- a/view-webapp/src/main/webapp/WEB-INF/translations/fr +++ b/view-webapp/src/main/webapp/WEB-INF/translations/fr @@ -40,7 +40,7 @@ French rules Règles françaises Given name Prénom Goban Goban Hd correction Correction hd -Hd treshold Seuil hd +Hd threshold Seuil hd How to use Comment utiliser Import Importer Import tournament Importer un tournoi @@ -151,4 +151,4 @@ version 0.1 supports the version 0.1 supporte le système d’appariement white blanc White Blanc white vs. black blanc vs. Noir -confirmed. confirmé(s). \ No newline at end of file +confirmed. confirmé(s). diff --git a/view-webapp/src/main/webapp/js/tour-information.inc.js b/view-webapp/src/main/webapp/js/tour-information.inc.js index 5723567..0997828 100644 --- a/view-webapp/src/main/webapp/js/tour-information.inc.js +++ b/view-webapp/src/main/webapp/js/tour-information.inc.js @@ -138,7 +138,7 @@ onLoad(() => { }, handicap: { correction: -form.val('correction'), - treshold: form.val('treshold') + threshold: form.val('threshold') } }, timeSystem: { diff --git a/view-webapp/src/main/webapp/tour-information.inc.html b/view-webapp/src/main/webapp/tour-information.inc.html index 4078372..9852b19 100644 --- a/view-webapp/src/main/webapp/tour-information.inc.html +++ b/view-webapp/src/main/webapp/tour-information.inc.html @@ -108,11 +108,11 @@