Edit wording in /edit description (#1006)

This commit is contained in:
Leo
2025-06-13 16:36:51 +01:00
committed by GitHub
parent 1fcbdef994
commit d25459d815

View File

@@ -184,7 +184,7 @@ export const useSlashCommandProcessor = (
},
{
name: 'editor',
description: 'open the editor',
description: 'set external editor preference',
action: (_mainCommand, _subCommand, _args) => {
openEditorDialog();
},