1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 => {