diff --git a/_dev/src/assets/json/translations/en/ui.json b/_dev/src/assets/json/translations/en/ui.json index 85b904b41..bf446b7ba 100644 --- a/_dev/src/assets/json/translations/en/ui.json +++ b/_dev/src/assets/json/translations/en/ui.json @@ -179,7 +179,8 @@ "stepDetails": "We check your products for errors before sending them to Facebook. If a product is not compliant, you can fix the error and verify your catalog again. Only compliant products will be sent to Facebook during the next synchronization.", "scanStatus": { "notSubscribed": "No verification yet.", - "inProgress": "Verification in progress...", + "inProgress": "Verification in progress... {progress}", + "nbOfVerifiedProducts": " |{xProducts} verified.|{xProducts} verified.", "lastScanDate": "Last verification on {date} at {time}." }, "reportCards": { diff --git a/_dev/src/components/catalog/summary/panel/verified-products.vue b/_dev/src/components/catalog/summary/panel/verified-products.vue index 011fcc15f..7e9bca4d7 100644 --- a/_dev/src/components/catalog/summary/panel/verified-products.vue +++ b/_dev/src/components/catalog/summary/panel/verified-products.vue @@ -69,8 +69,8 @@