diff --git a/src/components/PageInput.vue b/src/components/PageInput.vue index f9cd9a8..2db21f3 100644 --- a/src/components/PageInput.vue +++ b/src/components/PageInput.vue @@ -69,8 +69,6 @@ function newDomain() { > {{ $t("is_unavailable") }}
-- {{ $t("page_input.not_found") }} -
+{{ $t("page_input.not_found") }}.
diff --git a/src/i18n/en.json b/src/i18n/en.json index 7653850..80265af 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -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.", diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 4af8464..fdfe68e 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -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.",