1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Desktop: Fixes #6440: Enable translation for "Reveal file in folder" command (#8852)

This commit is contained in:
CptMeetKat
2023-09-17 17:35:12 +10:00
committed by GitHub
parent a4658f0416
commit fed623e3a4

View File

@@ -5,7 +5,7 @@ import bridge from '../../../services/bridge';
export const declaration: CommandDeclaration = {
name: 'revealResourceFile',
label: _('Reveal file in folder'),
label: () =>_('Reveal file in folder'),
};
export const runtime = (): CommandRuntime => {