fix: no point in i18n
Deploy / Build (push) Successful in 10m25s
Lint / ESLint (push) Successful in 10m24s
Lint / TypeScript (push) Successful in 10m21s
Lint / Oxlint (push) Successful in 10m23s
Deploy / Deploy to Stapler (push) Successful in 7m25s

This commit is contained in:
2026-06-17 17:43:41 +02:00
parent ddfa12427d
commit f31bb68091
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -69,8 +69,6 @@ function newDomain() {
></span
><span v-else>&nbsp;{{ $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>