From f31bb680917c6be24b6ba7360fe723d2a7fdd892 Mon Sep 17 00:00:00 2001
From: Klemek
- {{ $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.",