diff --git a/client/src/app/App.js b/client/src/app/App.js index e96b0bf6..21635c15 100644 --- a/client/src/app/App.js +++ b/client/src/app/App.js @@ -2040,7 +2040,7 @@ function getOpenFileErrorDialog(options) { let seperator = ''; if (isLast) { - seperator = ' or '; + seperator = ''; } else if (!isFirst) { seperator = ', '; }