diff --git a/calcs/tankVolume2.js b/calcs/tankVolume2.js index 71b2f8a..de9bca5 100644 --- a/calcs/tankVolume2.js +++ b/calcs/tankVolume2.js @@ -6,6 +6,7 @@ module.exports = function (app, plugin) { group: 'tanks', optionKey: 'tankVolume2_' + instance, title: 'Tank ' + instance + ' Volume', + title: 'Tank ' + instance + ' Volume (alternate currentVolume calculation using currentLevel and capacity, select only one calculation per tank.)', derivedFrom: function () { return [ 'tanks.' + instance + '.currentLevel',