diff --git a/app/common/services/api-utils.js b/app/common/services/api-utils.js index 4298884..e1881ff 100644 --- a/app/common/services/api-utils.js +++ b/app/common/services/api-utils.js @@ -1472,7 +1472,7 @@ window.angular && (function(angular) { } function titlelize(title) { - title = title.replace(/([A-Z0-9]+)/g, ' $1').replace(/^\s+/, ''); + title = title.replace(/tach/g, ' Tachometer').replace(/([A-Z0-9]+)/g, ' $1').replace(/^\s+/, ''); for (var i = 0; i < Constants.HARDWARE.uppercase_titles.length; i++) { if (title.toLowerCase().indexOf(