fix Translation

This commit is contained in:
Lurkars
2022-01-26 10:46:42 +01:00
parent a808819a11
commit 8858fccd18
11 changed files with 22 additions and 22 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import type { BaseTranslation } from "../i18n-types";
import type { Translation } from "../i18n-types";
const error: BaseTranslation = {
const error: NonNullable<Translation["error"]> = {
accessLink: {
title: "Ungültiger Zugangslink",
subTitle: "Karte konnte nicht gefunden werden. Prüfe bitte deinen Zugangslink.",