diff --git a/source/javascripts/vendor/animated-progress.js b/source/javascripts/vendor/animated-progress.js index 8c41f9f..2c91e70 100644 --- a/source/javascripts/vendor/animated-progress.js +++ b/source/javascripts/vendor/animated-progress.js @@ -26,7 +26,7 @@ } if (Math.ceil(progress) == 100) { - labelEl.text('Completed'); + valueEl.text('Completed'); setTimeout(function() { labelEl.fadeOut(); }, 1000);