From 2f00194d3703eff31e7b5f867b5e2b93c89e3239 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Mon, 21 Dec 2020 15:20:46 -0500 Subject: [PATCH] Update plugins/contours/public/ContoursPanel.jsx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Allan Nordhøy --- plugins/contours/public/ContoursPanel.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/contours/public/ContoursPanel.jsx b/plugins/contours/public/ContoursPanel.jsx index c0089061..178482ff 100644 --- a/plugins/contours/public/ContoursPanel.jsx +++ b/plugins/contours/public/ContoursPanel.jsx @@ -233,7 +233,7 @@ export default class ContoursPanel extends React.Component { (simplify === "custom" && !customSimplify); let content = ""; - if (loading) content = ( {_("Loading...")}); + if (loading) content = ( {_("Loading…")}); else if (permanentError) content = (
{permanentError}
); else{ content = (
@@ -354,4 +354,4 @@ export default class ContoursPanel extends React.Component { {content}
); } -} \ No newline at end of file +}