Skip to content

Commit

Permalink
feat(Challenge): Match btn style with multiple proof upload
Browse files Browse the repository at this point in the history
  • Loading branch information
TTalex committed Jan 18, 2025
1 parent a48c78d commit 654b9e7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/components/ChallengeTakePicturesCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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') }}
Expand Down
3 changes: 2 additions & 1 deletion src/components/ChallengeValidateCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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') }} 🤖
</v-btn>
</v-card-actions>
</v-card>
Expand Down
3 changes: 1 addition & 2 deletions src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 654b9e7

Please sign in to comment.