Skip to content
Snippets Groups Projects
Commit ccb082a6 authored by David Hoksza's avatar David Hoksza
Browse files

Name changed

parent 60c29ca8
No related branches found
No related tags found
No related merge requests found
Pipeline #9784 passed
......@@ -10,6 +10,7 @@ const ols = require('./ols');
const linkify = require("html-linkify");
const pluginName = 'disease-associations';
const pluginLabel = 'Disease associations';
const pluginVersion = '1.0.0';
......@@ -128,7 +129,7 @@ const unregister = function () {
};
const getName = function() {
return pluginName;
return pluginLabel;
};
const getVersion = function() {
......
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