diff --git a/ngui/ui/src/components/ProfilingIntegration/ProfilingIntegration.tsx b/ngui/ui/src/components/ProfilingIntegration/ProfilingIntegration.tsx
index bcb20b75a..99b1e6ccb 100644
--- a/ngui/ui/src/components/ProfilingIntegration/ProfilingIntegration.tsx
+++ b/ngui/ui/src/components/ProfilingIntegration/ProfilingIntegration.tsx
@@ -377,7 +377,7 @@ const SettingModelVersion = () => (
-
sendmethod with the following metric", "mlProfilingIntegration.sendMetricsDataDescription": "data (dict): a dictionary of metric names and their respective values (note that metric data values should be numeric).", - "mlProfilingIntegration.settingModelVersion": "To set custom model version, use the
set_model_versionmethod with the following parameter", - "mlProfilingIntegration.settingModelVersionAlias": "To set model version alias, use the
set_model_version_aliasmethod with the following parameter", + "mlProfilingIntegration.settingModelVersion": "To set custom model version, use the
model_versionmethod with the following parameter", + "mlProfilingIntegration.settingModelVersionAlias": "To set model version alias, use the
model_version_aliasmethod with the following parameter", "mlProfilingIntegration.settingModelVersionAliasTitle": "Setting model version alias", - "mlProfilingIntegration.settingModelVersionTag": "To add tags to a model version, use the
set_model_version_tagmethod with the following parameters", + "mlProfilingIntegration.settingModelVersionTag": "To add tags to a model version, use the
model_version_tagmethod with the following parameters", "mlProfilingIntegration.settingModelVersionTagKeyDescription": "key (str): tag name", "mlProfilingIntegration.settingModelVersionTagTitle": "Setting model version tag", "mlProfilingIntegration.settingModelVersionTagValueDescription": "value (str): tag value",