fix: no point in i18n
This commit is contained in:
@@ -69,8 +69,6 @@ function newDomain() {
|
||||
></span
|
||||
><span v-else> {{ $t("is_unavailable") }}</span>
|
||||
</p>
|
||||
<p v-if="noDomain" class="pt-6">
|
||||
{{ $t("page_input.not_found") }}
|
||||
</p>
|
||||
<p v-if="noDomain" class="pt-6">{{ $t("page_input.not_found") }}.</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user