Skip to content
Snippets Groups Projects
Commit a50c0595 authored by vkovtun's avatar vkovtun
Browse files

SSDM-8751 Small correction.

parent 07f907ba
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ function ZenodoExportController(parentController) {
this.exportView = new ZenodoExportView(this, this.exportModel);
this.exportView.repaint(views);
} else {
Util.showError('Personal Zenodo API Token missing, please set it on your user profile.');
Util.showError('Personal Zenodo API Token missing, please set it in your user profile.');
}
}).bind(this));
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment