From e166ec3e4632448e4f08803b4aa657f1c3f753af Mon Sep 17 00:00:00 2001 From: Conatum Date: Sun, 1 Oct 2023 13:37:23 +0300 Subject: [PATCH] fix(babel): Fix typo on setting edit path. --- src/babel/cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/babel/cog.py b/src/babel/cog.py index 8f18ddf9..0ca4bcd5 100644 --- a/src/babel/cog.py +++ b/src/babel/cog.py @@ -145,7 +145,7 @@ class BabelCog(LionCog): t(_p( 'cmd:configure_language|error', "You cannot enable `{force_setting}` without having a configured language!" - )).format(force_setting=t(LocaleSettings.ForceLocale.display_name)) + )).format(force_setting=t(LocaleSettings.ForceLocale._display_name)) ) # TODO: Really need simultaneous model writes, or batched writes lines = []