From ac540e754f6756d59c759c879720c81c50931da3 Mon Sep 17 00:00:00 2001 From: Melody <103870995+IamMelody233@users.noreply.github.com> Date: Fri, 6 Sep 2024 17:29:49 +0800 Subject: [PATCH] Update renderMarkdownCodehighlight.go --- render-markdown-codehighlight/renderMarkdownCodehighlight.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render-markdown-codehighlight/renderMarkdownCodehighlight.go b/render-markdown-codehighlight/renderMarkdownCodehighlight.go index f15a77f7..380e0dd4 100644 --- a/render-markdown-codehighlight/renderMarkdownCodehighlight.go +++ b/render-markdown-codehighlight/renderMarkdownCodehighlight.go @@ -71,7 +71,7 @@ themeOptions[i] = plugin.ConfigFieldOption{ Value: themeValue, // Use the first part as the Value - Label: plugin.MakeTranslator(i18n.ConfigCssFilteringTitlePrefix + theme), + Label: plugin.MakeTranslator(theme), } }