diff --git a/src/components/ProofUploadCard.vue b/src/components/ProofUploadCard.vue index 141bde3ac78..9dde034aea1 100644 --- a/src/components/ProofUploadCard.vue +++ b/src/components/ProofUploadCard.vue @@ -28,10 +28,10 @@ diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index d7e58d2e75a..943570628a3 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -358,6 +358,7 @@ "Users": "Users", "UserCount": "{count} users | {count} user | {count} users", "UserContributorCount": "{count} contributors | {count} contributor | {count} contributors", + "Validate": "Validate", "ValidatePrices": "Validate prices", "ValidatePricesWithAI": "Validate prices with AI", "View": "View", diff --git a/src/views/ContributionAssistant.vue b/src/views/ContributionAssistant.vue index dac910da129..f7599b13f7b 100644 --- a/src/views/ContributionAssistant.vue +++ b/src/views/ContributionAssistant.vue @@ -1,174 +1,168 @@