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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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();
},