diff --git a/module/custom/js/estimate.js b/module/custom/js/estimate.js index d130368793..f7c7d42095 100644 --- a/module/custom/js/estimate.js +++ b/module/custom/js/estimate.js @@ -12,7 +12,7 @@ $(document).ready(function() convertRelationTitle = convertRelationTitle.replace('%s', hourPoint); convertRelationTips = convertRelationTips.replace(/%s/g, hourPoint); - $('#factor + span').text(hourPoint); + $('#convertFactor + span').text(hourPoint); $('#title').text(convertRelationTitle); $('#tips').text(convertRelationTips);