diff --git a/web/components/Registration/ReplaceCheck.vue b/web/components/Registration/ReplaceCheck.vue index 06e8c73e1..c662937c7 100644 --- a/web/components/Registration/ReplaceCheck.vue +++ b/web/components/Registration/ReplaceCheck.vue @@ -24,7 +24,7 @@ defineProps<{ @click="replaceCheckStore.check" :disabled="status !== 'ready'" :icon="status === 'checking' ? BrandLoadingWhite : KeyIcon" - :text="t('Check Eligibility')" + :text="status === 'checking' ? t('Checking…') : t('Check Eligibility')" class="flex-grow" />