Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Challenge): Match btn style with multiple proof upload #1281

Merged
merged 2 commits into from
Jan 18, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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') }}
Copy link
Member

@raphodn raphodn Jan 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reminds me that when you demoed this and I saw "Pictures"

  • I thought it sounded better than Images
  • and that we should replace elsewhere in the app the "Images" by "Pictures" (right now we have 3 wordings for the same thing : Proof, Image & Picture I believe)

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
Loading