Update mappingTip (#422)

This commit is contained in:
Zixin Zhou
2024-10-18 14:36:25 +08:00
committed by GitHub
parent b6522f4555
commit 0007e3e3ae
3 changed files with 3 additions and 3 deletions

View File

@@ -387,6 +387,6 @@ const msg = {
hierarchyNodeMetrics: "Metrics for Hierarchy Graph Node",
hierarchyNodeDashboard: "As dashboard for Hierarchy Graph Node",
valueMappings: "Value Mappings",
mappingTip: "Notice: The mapping key is a Regex string, for instance, ^-?(0|[1-9][0-9]*|2)(\\.0+)?$",
mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$",
};
export default msg;