Skip to content

Commit

Permalink
Fix transalation group
Browse files Browse the repository at this point in the history
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
  • Loading branch information
solracsf authored and backportbot[bot] committed May 30, 2024
1 parent a91206f commit 7696623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7696623

Please sign in to comment.