This commit is contained in:
Fine 2024-10-18 14:33:42 +08:00
parent edaf017ab1
commit 91cbee54d5
2 changed files with 2 additions and 2 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 support a regex string, for instance, `,
mappingTip: `Notice: The mapping key support a regex string, e.g. `,
};
export default msg;

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 support a regex string, for instance, `,
mappingTip: `Notice: The mapping key support a regex string, e.g. `,
};
export default msg;