diff --git a/static/js/pandora/apiDialog.js b/static/js/pandora/apiDialog.js index bc344341..5dd1411c 100644 --- a/static/js/pandora/apiDialog.js +++ b/static/js/pandora/apiDialog.js @@ -66,12 +66,12 @@ pandora.ui.apiDialog = function() { pandora.user.ui.page == 'api' && that.select(data.value); } }), - overview = '

Pan.do/ra API Overview

use this api in the browser with Ox.app or use pandora_client it in python. Further description of the api can be found on the wiki
'; + overview = '

API Documentation

use this api in the browser with Ox.app or use pandora_client it in python. Further description of the api can be found on the wiki
'; pandora.api.api({docs: true, code: true}, function(results) { var items = [{ id: '', - title: pandora.site.site.name + ' API', + title: 'API Documentation', sort: 'aaa' }]; actions = results.data.actions;