=== modified file 'dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js' --- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-06-28 12:06:57 +0000 +++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/app.js 2013-06-28 12:11:39 +0000 @@ -2017,7 +2017,7 @@ apiUrl = pt.baseUrl + '/api/reportTables/' + pt.favorite.id + '/data.html', html = ''; - html += '
Chart link: ' + reportTableUrl + '
'; + html += '
Pivot link: ' + reportTableUrl + '
'; html += '
API link: ' + apiUrl + '
'; return html; }(),