Update translations
This commit is contained in:
@@ -124,7 +124,7 @@ onMounted(async () => {
|
||||
}"></i>
|
||||
<i v-else class="fa-solid fa-circle-notch fa-spin"></i>
|
||||
|
||||
<span>{{ $t('email.smtpStatus.blacklistCheck') }}</span>
|
||||
<span>{{ type === 'rbl4' ? 'IPv4' : 'IPv6' }} {{ $t('email.smtpStatus.rblCheck') }}</span>
|
||||
</div>
|
||||
<div class="record-details">
|
||||
<div v-if="domainStatus[type].status !== 'failed'">{{ domainStatus[type].message }}</div>
|
||||
|
||||
Reference in New Issue
Block a user