diff --git a/geonode/static/geonode/js/upload/LayerInfo.js b/geonode/static/geonode/js/upload/LayerInfo.js index da3b290e390..14dbd546a30 100644 --- a/geonode/static/geonode/js/upload/LayerInfo.js +++ b/geonode/static/geonode/js/upload/LayerInfo.js @@ -403,7 +403,7 @@ define(function (require, exports) { }; LayerInfo.prototype.doResume = function (event) { - $(this).text('Done').attr('disabled','disabled'); + $(this).text(gettext('Finalizing')).attr('disabled', 'disabled').after(''); var id = (new Date()).getTime(); /* **** * AF: Switching those two below allows to open a new window instead of redirecting