Skip to content

Commit

Permalink
Fix incorrect locale fetch due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Oct 8, 2023
1 parent a238728 commit 40bd705
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ class EventCommand(val wizard: Wizard<PreEvent>, 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)))
}
Expand Down

0 comments on commit 40bd705

Please sign in to comment.