Skip to content

Commit

Permalink
fixup! fixup! feat(files): add conversion action
Browse files Browse the repository at this point in the history
Signed-off-by: skjnldsv <[email protected]>
  • Loading branch information
skjnldsv committed Jan 10, 2025
1 parent d999458 commit 8f1bbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files/src/actions/convertAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const registerConvertActions = () => {
// Register main action
registerFileAction(new FileAction({
id: ACTION_CONVERT,
displayName: () => t('files', 'Save as'),
displayName: () => t('files', 'Save as'),
iconSvgInline: () => AutoRenewSvg,
enabled: (nodes: Node[], view: View) => {
return actions.some(action => action.enabled!(nodes, view))
Expand Down

0 comments on commit 8f1bbbf

Please sign in to comment.