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>
+1 -1
View File
@@ -5,7 +5,7 @@
"history": "History"
},
"this_domain": "This domain",
"is_unavailable": "is not available.",
"is_unavailable": "is not available",
"seems": "seems",
"available": "available",
"error": "An error has occured, please reload the page.",
+1 -1
View File
@@ -5,7 +5,7 @@
"history": "Historique"
},
"this_domain": "Ce domaine",
"is_unavailable": "n'est pas disponible.",
"is_unavailable": "n'est pas disponible",
"seems": "semble être",
"available": "disponible",
"error": "Une erreur est survenue, merci de recharger la page.",