From 7696623c7770a0881716cfc2be2538f3703b8e3e Mon Sep 17 00:00:00 2001 From: Git'Fellow <12234510+solracsf@users.noreply.github.com> Date: Wed, 29 May 2024 14:47:21 +0200 Subject: [PATCH] Fix transalation group Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index a10d7139e..466cf0c60 100644 --- a/src/main.ts +++ b/src/main.ts @@ -40,8 +40,8 @@ Navigation.register(new View({ name: t('groupfolders', 'Group folders'), caption: t('groupfolders', 'List of group folders.'), - emptyTitle: t('files', 'No group folders yet'), - emptyCaption: t('files', 'Group folders will show up here'), + emptyTitle: t('groupfolders', 'No group folders yet'), + emptyCaption: t('groupfolders', 'Group folders will show up here'), icon: FolderSvg, order: 20,