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"]' };