From 0aad3e3ea668f0ec1bea9b69998a7f2af6fccd50 Mon Sep 17 00:00:00 2001 From: Inkception <66379522+Inkception@users.noreply.github.com> Date: Fri, 2 Jun 2023 00:31:47 +0200 Subject: [PATCH] Added missing constant --- src/app/i18n/locale/de-de.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/i18n/locale/de-de.ts b/src/app/i18n/locale/de-de.ts index eb3e2b7..6b394b8 100644 --- a/src/app/i18n/locale/de-de.ts +++ b/src/app/i18n/locale/de-de.ts @@ -1,4 +1,4 @@ -import { CREDITS_NOTICE, LICENCE_NOTICE } from '../../../common/constants.js'; +import { CREDITS_NOTICE, LICENCE_NOTICE, ZNCA_API_USE_TEXT } from '../../../common/constants.js'; export const app = { default_title: 'Nintendo Switch Online',