From 8c744a013517a939dd2dc38ac64471ddda7435a7 Mon Sep 17 00:00:00 2001 From: vicent Date: Tue, 29 Mar 2022 10:17:26 +0200 Subject: [PATCH] refacto: translate corrected --- modules/travel/front/extra-community/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/travel/front/extra-community/index.js b/modules/travel/front/extra-community/index.js index 5cb5ddb9c..a380c1ed8 100644 --- a/modules/travel/front/extra-community/index.js +++ b/modules/travel/front/extra-community/index.js @@ -17,9 +17,9 @@ class Controller extends Section { this.draggableElement = 'a[draggable]'; this.droppableElement = 'vn-tbody[vn-droppable]'; - const towDays = 2; + const twoDays = 2; const shippedFrom = new Date(); - shippedFrom.setDate(shippedFrom.getDate() - towDays); + shippedFrom.setDate(shippedFrom.getDate() - twoDays); shippedFrom.setHours(0, 0, 0, 0); const sevenDays = 7;