diff --git a/src/components/Config.tsx b/src/components/Config.tsx index 0b6f04644..e3d814af9 100644 --- a/src/components/Config.tsx +++ b/src/components/Config.tsx @@ -144,7 +144,8 @@ const YamlNodeWithDescription = ({ name, node, parentKey, root, separator, showA onClick={() => { setShowDescription(!showDescription); }} - className={`config-node with-value${showDescription ? '-active' : ''} clean-btn button--link`} + className={`config-node with-value${showDescription ? '-active' : ''} clean-btn button--link notranslate`} + translate={"no"} > {parseItalics(name)}{parseDefault(node.default.toString(), !showDescription, parentKey, name, handleHashLinkClick, separator)} @@ -194,7 +195,7 @@ const YamlTreeNode = ({ root, name, parentKey, value, separator, showAllDescript return (