b-modal#drops-enabled(:title="$t('dropsEnabled')", size='lg', :hide-footer="true")
.modal-body
.col-6.offset-3.text-center
p
.item-drop-icon(class='Pet_Egg_Wolf')
span(v-html='firstDropText')
p
.item-drop-icon(class='Pet_Currency_Gem')
span(v-html="$t('useGems')")
.modal-footer
.col-12.text-center
button.btn.btn-primary(@click='close()') {{ $t('close') }}