feat: Comments translation to EN

This commit is contained in:
gauvainboiche
2026-08-29 22:22:41 +02:00
parent 5b2960b601
commit 473668aacb
9 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ export function initCalculatorUI() {
if (!modal || !btnOpen || !btnClose) return;
btnOpen.addEventListener('click', () => {
// Utilise patientWeight à la place d'inputWeight
// Uses patientWeight instead of inputWeight
const mainWeight = document.getElementById('patientWeight')?.value || 70;
const calcWeightInput = document.getElementById('calcWeight');
if (calcWeightInput) calcWeightInput.value = mainWeight;