From a63323cc3b46e719e3bd9442b6de23c70b0878eb Mon Sep 17 00:00:00 2001 From: LD-Reborn Date: Sun, 23 Nov 2025 15:35:44 +0100 Subject: [PATCH] Fixed toast warning type not accessible 2 --- src/Resources/Views.Shared._Layout.de.resx | 3 +++ src/Views/Shared/_Layout.cshtml | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Resources/Views.Shared._Layout.de.resx b/src/Resources/Views.Shared._Layout.de.resx index c522130..7e27699 100644 --- a/src/Resources/Views.Shared._Layout.de.resx +++ b/src/Resources/Views.Shared._Layout.de.resx @@ -52,6 +52,9 @@ Vorlage auswählen + + Meldung schließen + Einstellungen diff --git a/src/Views/Shared/_Layout.cshtml b/src/Views/Shared/_Layout.cshtml index c8471b6..554d24f 100644 --- a/src/Views/Shared/_Layout.cshtml +++ b/src/Views/Shared/_Layout.cshtml @@ -39,7 +39,8 @@ selectUser: '@T["Select user"]', selectPreset: '@T["Select preset"]', errorLoadingUsers: '@T["Error loading users"]', - errorLoadingPresets: '@T["Error loading presets"]' + errorLoadingPresets: '@T["Error loading presets"]', + closeAlert: '@T["Close alert"]' };