From 9573b23831a8f1f75743a9d9dd99ef3e093fcbbb Mon Sep 17 00:00:00 2001 From: Erik Jan de Wit Date: Wed, 18 May 2022 10:52:35 +0200 Subject: [PATCH] Added missing namespace (#2651) --- src/i18n.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n.ts b/src/i18n.ts index 59d3422398..131732f5af 100644 --- a/src/i18n.ts +++ b/src/i18n.ts @@ -30,6 +30,7 @@ const initOptions = async ( ns: [ "common", "common-help", + "attributes-group", "dashboard", "clients", "clients-help",