Change 'Managed' to 'External' in [p]llset secured's output (#5944)

This commit is contained in:
Jakub Kuczys 2023-01-01 01:35:06 +01:00 committed by GitHub
parent b98156c589
commit 7db635a05b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -278,7 +278,7 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
ctx, ctx,
title=_("Setting Changed"), title=_("Setting Changed"),
description=_( description=_(
"Managed Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n" "External Lavalink node will now connect using the secured {secured_protocol} protocol.\n\n"
"Run `{p}{cmd}` for it to take effect." "Run `{p}{cmd}` for it to take effect."
).format( ).format(
p=ctx.prefix, p=ctx.prefix,
@ -291,7 +291,7 @@ class LavalinkSetupCommands(MixinMeta, metaclass=CompositeMetaClass):
ctx, ctx,
title=_("Setting Changed"), title=_("Setting Changed"),
description=_( description=_(
"Managed Lavalink node will no longer connect using the secured " "External Lavalink node will no longer connect using the secured "
"{secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n" "{secured_protocol} protocol and wil use {unsecured_protocol} instead .\n\n"
"Run `{p}{cmd}` for it to take effect." "Run `{p}{cmd}` for it to take effect."
).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name), ).format(p=ctx.prefix, cmd=self.command_audioset_restart.qualified_name),