diff --git a/src/gui/html/js/plugin.js b/src/gui/html/js/plugin.js
index 39c622d2..7ae3c8e2 100644
--- a/src/gui/html/js/plugin.js
+++ b/src/gui/html/js/plugin.js
@@ -192,7 +192,7 @@
return;
}
if (plugin.name !== this.name) {
- throw new Error(`Cannot update ${this.name}'s data using data for ${plugin.name}`);
+ throw new Error(`Cannot update data for ${this.name} using data for ${plugin.name}`);
}
Object.getOwnPropertyNames(plugin).forEach((property) => {