From bf2c1f8a4c77ece825e21e37a433be3c502d0f63 Mon Sep 17 00:00:00 2001 From: Tobias Klika Date: Mon, 29 Mar 2021 00:31:42 +0200 Subject: [PATCH] Update ZeroVue.cs --- zero.Web/ZeroVue.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero.Web/ZeroVue.cs b/zero.Web/ZeroVue.cs index 4efa9c98..9e8fe9f2 100644 --- a/zero.Web/ZeroVue.cs +++ b/zero.Web/ZeroVue.cs @@ -65,6 +65,7 @@ namespace zero.Web config.AppId = Context.AppId; //config.SharedAppId = Constants.Database.SharedAppId; // TODO appx config.Icons = CreateIconSets(); + config.Translations = CreateTranslations(); BackofficeUser user = await AuthenticationApi.GetUser(); @@ -81,7 +82,6 @@ namespace zero.Web }; config.Sections = CreateSections(); - config.Translations = CreateTranslations(); config.Applications = await CreateApplications(); config.SettingsAreas = CreateSettingsAreas();