Update language

This commit is contained in:
Zixin Zhou 2024-10-18 14:03:33 +08:00
parent 874551df34
commit a9c0277177
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 is a Regex string, for instance, ^([0-9])$",
mappingTip: "Notice: The mapping key is a Regex string, e.g. ^([0-9])$",
};
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 is a Regex string, for instance, ^([0-9])$",
mappingTip: "Aviso: La clave de mapeo es una cadena Regex, p. ej. ^([0-9])$",
};
export default msg;