Skip to content

Commit

Permalink
chore(site): update gender detection failure message style
Browse files Browse the repository at this point in the history
  • Loading branch information
tooleks committed Apr 15, 2023
1 parent d15fff5 commit e2e784c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/components/declension-form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,9 @@ onMounted(async () => {
</span>
</label>

<small v-if="isGenderError" class="form-text text-danger">
<div v-if="isGenderError" class="alert alert-danger">
{{ $t('gender.message.detectionFailed') }}
</small>
</div>

<small v-else-if="formData.gender === AUTO_GENDER_OPTION" class="form-text text-muted">
{{ $t('gender.message.autoDetection') }}
Expand Down

0 comments on commit e2e784c

Please sign in to comment.