From 654b9e7a2d95d2254988613c96ebc84e9f7e85c9 Mon Sep 17 00:00:00 2001 From: TTalex Date: Sat, 18 Jan 2025 17:07:36 +0100 Subject: [PATCH] feat(Challenge): Match btn style with multiple proof upload --- src/components/ChallengeTakePicturesCard.vue | 1 + src/components/ChallengeValidateCard.vue | 3 ++- src/i18n/locales/en.json | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/ChallengeTakePicturesCard.vue b/src/components/ChallengeTakePicturesCard.vue index de8abbe785b..fb16e8b4076 100644 --- a/src/components/ChallengeTakePicturesCard.vue +++ b/src/components/ChallengeTakePicturesCard.vue @@ -19,6 +19,7 @@ color="primary" variant="flat" :block="!$vuetify.display.smAndUp" + prepend-icon="mdi-image-plus" to="/proofs/add/multiple" > {{ $t('Challenge.StepTakePictures.AddPictures') }} diff --git a/src/components/ChallengeValidateCard.vue b/src/components/ChallengeValidateCard.vue index 3a995c9ae30..a65e4e24597 100644 --- a/src/components/ChallengeValidateCard.vue +++ b/src/components/ChallengeValidateCard.vue @@ -24,9 +24,10 @@ color="primary" variant="flat" :block="!$vuetify.display.smAndUp" + prepend-icon="mdi-checkbox-marked-circle-plus-outline" to="/experiments/price-validation-assistant" > - {{ $t('Challenge.StepValidate.ValidatePrices') }} + {{ $t('Common.ValidatePrices') }} 🤖 diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 943570628a3..aa342f12fbb 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -148,8 +148,7 @@ "line1": "Price tags are automatically detected, but the robots still need your help to validate them.", "line2": "Visit the price validation page using the button below, edit the barcode and price if needed, and validate !", "line3": "If you're having trouble reading the label, mark it as unreable.", - "line4": "This is a collaborative effort, even if you didn't send many pictures, you can still help others by validating.", - "ValidatePrices": "Validate prices" + "line4": "This is a collaborative effort, even if you didn't send many pictures, you can still help others by validating." }, "Stats": "Challenge stats", "MyStats": "My stats",