diff --git a/redbot/cogs/audio/core/commands/playlists.py b/redbot/cogs/audio/core/commands/playlists.py index 5e2200d50..fb19d7401 100644 --- a/redbot/cogs/audio/core/commands/playlists.py +++ b/redbot/cogs/audio/core/commands/playlists.py @@ -1367,7 +1367,7 @@ class PlaylistCommands(MixinMeta, metaclass=CompositeMetaClass): else: return await self.send_embed_msg( ctx, - title=_("Playlist Couldn't be created"), + title=_("Playlist Couldn't Be Created"), description=_("Unable to create your playlist."), )