diff --git a/client/src/main/kotlin/org/dreamexposure/discal/client/commands/global/EventCommand.kt b/client/src/main/kotlin/org/dreamexposure/discal/client/commands/global/EventCommand.kt index 86358b931..c839f2274 100644 --- a/client/src/main/kotlin/org/dreamexposure/discal/client/commands/global/EventCommand.kt +++ b/client/src/main/kotlin/org/dreamexposure/discal/client/commands/global/EventCommand.kt @@ -422,7 +422,7 @@ class EventCommand(val wizard: Wizard, val staticMessageSrv: StaticMes .flatMap { event.followupEphemeral(getMessage("recur.success.disable", settings), it) } } } else { - event.followupEphemeral(getMessage("error.wizard.notStart", settings)) + event.followupEphemeral(getMessage("error.wizard.notStarted", settings)) } }.switchIfEmpty(event.followupEphemeral(getCommonMsg("error.perms.privileged", settings))) }