diff --git a/frontend-js/src/main/js/gui/export/AbstractExportPanel.js b/frontend-js/src/main/js/gui/export/AbstractExportPanel.js
index d389e001157f629710dbab7da33c74489318b918..66d9f6f2a157c5c3753833b67a5721b4df067622 100644
--- a/frontend-js/src/main/js/gui/export/AbstractExportPanel.js
+++ b/frontend-js/src/main/js/gui/export/AbstractExportPanel.js
@@ -464,7 +464,7 @@ AbstractExportPanel.prototype._createSelectExcludedCompartmentDiv = function ()
   });
   typeDiv.appendChild(Functions.createElement({
     type: "h4",
-    content: " Excluded compartment/pathways:"
+    content: " Excluded compartment/pathway:"
   }));
 
   return self._getCompartmentNames().then(function (compartmentNames) {